Skip to content

Commit 7a7fed7

Browse files
committed
Fixed signature mixup in fprime
1 parent 41614a1 commit 7a7fed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c25519/fprime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ void fprime_load(uint8_t *x, uint32_t c);
3535
#endif
3636

3737
/* Load a large constant */
38-
void fprime_from_bytes(uint8_t *x,
39-
const uint8_t *in, size_t len,
38+
void fprime_from_bytes(uint8_t *n,
39+
const uint8_t *x, size_t len,
4040
const uint8_t *modulus);
4141

4242
/* Copy an element */

0 commit comments

Comments
 (0)