Skip to content

Commit 230b9ae

Browse files
added EM-128 contraints
1 parent d6370a7 commit 230b9ae

File tree

2 files changed

+321
-40
lines changed

2 files changed

+321
-40
lines changed

faest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ void faest_sign(uint8_t* sig, const uint8_t* msg, size_t msglen, const uint8_t*
256256
const unsigned int lambda = params->faest_param.lambda;
257257
const unsigned int lambdaBytes = lambda / 8;
258258
const unsigned int tau = params->faest_param.tau;
259-
const unsigned int tau0 = params->faest_param.t0;
259+
const unsigned int tau0 = params->faest_param.tau0;
260260
const unsigned int ell_hat = l + lambda * 2 + UNIVERSAL_HASH_B_BITS;
261261
const unsigned int ell_hat_bytes = ell_hat / 8;
262262

0 commit comments

Comments
 (0)