|
|
@@ -159,7 +159,7 @@ void PQCLEAN_DILITHIUM2_CLEAN_unpack_sk( |
|
|
|
* Arguments: - uint8_t sig[]: output byte array |
|
|
|
* - const polyvecl *z: pointer to vector z |
|
|
|
* - const polyveck *h: pointer to hint vector h |
|
|
|
* - const poly *c: pointer to PQCLEAN_DILITHIUM2_CLEAN_challenge polynomial |
|
|
|
* - const poly *c: pointer to challenge polynomial |
|
|
|
**************************************************/ |
|
|
|
void PQCLEAN_DILITHIUM2_CLEAN_pack_sig( |
|
|
|
uint8_t *sig, |
|
|
@@ -218,7 +218,7 @@ void PQCLEAN_DILITHIUM2_CLEAN_pack_sig( |
|
|
|
* |
|
|
|
* Arguments: - polyvecl *z: pointer to output vector z |
|
|
|
* - polyveck *h: pointer to output hint vector h |
|
|
|
* - poly *c: pointer to output PQCLEAN_DILITHIUM2_CLEAN_challenge polynomial |
|
|
|
* - poly *c: pointer to output challenge polynomial |
|
|
|
* - const uint8_t sig[]: byte array containing |
|
|
|
* bit-packed signature |
|
|
|
* |
|
|
|