crypto_block.h 150 B

1234
  1. #define crypto_block_BYTES 16
  2. #define crypto_block_KEYBYTES 32
  3. extern int crypto_block(unsigned char *,const unsigned char *,const unsigned char *);