Sha256: 1fdafc73098cef3495d7bfe4d3d73fec485c1d3906b960bbba76696532913cf7
Contents?: true
Size: 917 Bytes
Versions: 1
Compression:
Stored size: 917 Bytes
Contents
#ifndef aes128ctr_nacl_consts_H #define aes128ctr_nacl_consts_H #include "int128.h" #define ROTB crypto_stream_aes128ctr_nacl_ROTB #define M0 crypto_stream_aes128ctr_nacl_M0 #define EXPB0 crypto_stream_aes128ctr_nacl_EXPB0 #define SWAP32 crypto_stream_aes128ctr_nacl_SWAP32 #define M0SWAP crypto_stream_aes128ctr_nacl_M0SWAP #define SR crypto_stream_aes128ctr_nacl_SR #define SRM0 crypto_stream_aes128ctr_nacl_SRM0 #define BS0 crypto_stream_aes128ctr_nacl_BS0 #define BS1 crypto_stream_aes128ctr_nacl_BS1 #define BS2 crypto_stream_aes128ctr_nacl_BS2 extern const unsigned char ROTB[16]; extern const unsigned char M0[16]; extern const unsigned char EXPB0[16]; extern const unsigned char SWAP32[16]; extern const unsigned char M0SWAP[16]; extern const unsigned char SR[16]; extern const unsigned char SRM0[16]; extern const aes_uint128_t BS0; extern const aes_uint128_t BS1; extern const aes_uint128_t BS2; #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-libsodium-1.0.13 | vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h |