Skip to content

Commit

Permalink
add xchacha20 and xsalsa20
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkariiin committed Sep 18, 2017
1 parent 5a11c90 commit 47b17bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsscrypto/libsscrypto.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ EXPORTS
cipher_auth_encrypt=mbedtls_cipher_auth_encrypt
cipher_auth_decrypt=mbedtls_cipher_auth_decrypt
crypto_stream_chacha20_xor_ic
crypto_stream_xchacha20_xor_ic
crypto_stream_chacha20_ietf_xor_ic
crypto_stream_salsa20_xor_ic
crypto_stream_xsalsa20_xor_ic
crypto_aead_chacha20poly1305_ietf_encrypt
crypto_aead_chacha20poly1305_ietf_decrypt
crypto_aead_aes256gcm_encrypt
Expand Down

0 comments on commit 47b17bc

Please sign in to comment.