1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/hqc-128/clean/repetition.h

20 lines
332 B
C
Raw Normal View History

2020-09-07 19:23:34 +01:00
#ifndef REPETITION_H
#define REPETITION_H
/**
* @file repetition.h
* @brief Header file for repetition.c
*/
#include <stdint.h>
#include <stdint.h>
void PQCLEAN_HQC128_CLEAN_repetition_code_encode(uint64_t *em, const uint64_t *m);
void PQCLEAN_HQC128_CLEAN_repetition_code_decode(uint64_t *m, const uint64_t *em);
#endif