Skip to content

Commit

Permalink
Fixed signature mixup in fprime
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jun 28, 2020
1 parent 41614a1 commit 7a7fed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/c25519/fprime.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ void fprime_load(uint8_t *x, uint32_t c);
#endif

/* Load a large constant */
void fprime_from_bytes(uint8_t *x,
const uint8_t *in, size_t len,
void fprime_from_bytes(uint8_t *n,
const uint8_t *x, size_t len,
const uint8_t *modulus);

/* Copy an element */
Expand Down

0 comments on commit 7a7fed7

Please sign in to comment.