diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-02 09:53:34 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-02 09:53:34 -0400 |
commit | e2967396ac73cb7410787886cdaf072a184ffc49 (patch) | |
tree | 527a74d25a4a0705fc641994fd35bfab22662034 /nacl/OPERATIONS | |
parent | 8928c817df345f29aa0b194743595aa11bd6a8ba (diff) |
Added NaCl crypto library.
Diffstat (limited to 'nacl/OPERATIONS')
-rw-r--r-- | nacl/OPERATIONS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nacl/OPERATIONS b/nacl/OPERATIONS new file mode 100644 index 00000000..5fc25d35 --- /dev/null +++ b/nacl/OPERATIONS | |||
@@ -0,0 +1,11 @@ | |||
1 | crypto_verify | ||
2 | crypto_core | ||
3 | crypto_hashblocks | ||
4 | crypto_hash | ||
5 | crypto_stream | ||
6 | crypto_onetimeauth | ||
7 | crypto_auth | ||
8 | crypto_secretbox | ||
9 | crypto_scalarmult | ||
10 | crypto_box | ||
11 | crypto_sign | ||