Subject: Re: [Pqc-forum] API for PQC algorithms From: Danilo Gligoroski Date: Fri, 28 Oct 2016 21:59:29 +0200 To: pqc-forum@nist.gov Message-ID: <0ff5b091-f601-679a-6841-a3278a649b74@ntnu.no> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 Hi, As it is written now, the names of the functions int crypto_kem_keygenerate( int crypto_kem_encapsulate( are overloaded for key generation and KAT production. I guess there is a typo in KEM KAT function names and they should be: int crypto_kem_keygenerate_KAT( int crypto_kem_encapsulate_KAT( Regards, Danilo!