diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h')
-rw-r--r-- | contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h b/contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h index f7889ac110..128a0127bf 100644 --- a/contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h +++ b/contrib/restricted/aws/s2n/pq-crypto/sike_r1/fips202_r1.h @@ -1,13 +1,13 @@ -#ifndef FIPS202_R1_H -#define FIPS202_R1_H - -#include "sike_r1_namespace.h" -#include <stdint.h> - -#define SHAKE128_RATE 168 -#define SHAKE256_RATE 136 - -void cshake256_simple_absorb(uint64_t *s, uint16_t cstm, const unsigned char *in, unsigned long long inlen); -void cshake256_simple(unsigned char *output, unsigned long long outlen, uint16_t cstm, const unsigned char *in, unsigned long long inlen); - -#endif // FIPS202_R1_H +#ifndef FIPS202_R1_H +#define FIPS202_R1_H + +#include "sike_r1_namespace.h" +#include <stdint.h> + +#define SHAKE128_RATE 168 +#define SHAKE256_RATE 136 + +void cshake256_simple_absorb(uint64_t *s, uint16_t cstm, const unsigned char *in, unsigned long long inlen); +void cshake256_simple(unsigned char *output, unsigned long long outlen, uint16_t cstm, const unsigned char *in, unsigned long long inlen); + +#endif // FIPS202_R1_H |