Sha256: 00f1a9f30677caaae865d9903fdae784c52cf52c0580b7ec4aed26702c5bd5f9
Contents?: true
Size: 723 Bytes
Versions: 2
Compression:
Stored size: 723 Bytes
Contents
#include "crypto_stream_aes128ctr.h" #define crypto_stream crypto_stream_aes128ctr #define crypto_stream_xor crypto_stream_aes128ctr_xor #define crypto_stream_beforenm crypto_stream_aes128ctr_beforenm #define crypto_stream_afternm crypto_stream_aes128ctr_afternm #define crypto_stream_xor_afternm crypto_stream_aes128ctr_xor_afternm #define crypto_stream_KEYBYTES crypto_stream_aes128ctr_KEYBYTES #define crypto_stream_NONCEBYTES crypto_stream_aes128ctr_NONCEBYTES #define crypto_stream_BEFORENMBYTES crypto_stream_aes128ctr_BEFORENMBYTES #define crypto_stream_PRIMITIVE "aes128ctr" #define crypto_stream_IMPLEMENTATION crypto_stream_aes128ctr_IMPLEMENTATION #define crypto_stream_VERSION crypto_stream_aes128ctr_VERSION
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-libsodium-0.4.5 | vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/api.h |
rbnacl-libsodium-0.4.5a | vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/api.h |