-rw-r--r-- 186 ntruprime-20201007/Reference_Implementation/kem/ntrulpr953/subroutines/crypto_stream_aes256ctr.h
#ifndef crypto_stream_aes256ctr_H #define crypto_stream_aes256ctr_H int crypto_stream_aes256ctr(unsigned char *,unsigned long long,const unsigned char *,const unsigned char *); #endif