1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_sign/qtesla-p-III/clean/sample.h

12 lines
333 B
C
Raw Normal View History

#ifndef PQCLEAN_QTESLAPIII_CLEAN_SAMPLE_H
#define PQCLEAN_QTESLAPIII_CLEAN_SAMPLE_H
#include "params.h"
#include "poly.h"
#include <stdint.h>
void PQCLEAN_QTESLAPIII_CLEAN_sample_y(poly y, const uint8_t *seed, uint16_t nonce);
void PQCLEAN_QTESLAPIII_CLEAN_encode_c(uint32_t *pos_list, int16_t *sign_list, uint8_t *c_bin);
#endif