Skip to content

Commit

Permalink
Merge pull request #4 from LedgerHQ/xch/lns-master-sdk-build
Browse files Browse the repository at this point in the history
src: interpolate.c: Fix build with SDK master for LNS
  • Loading branch information
xchapron-ledger authored Apr 5, 2024
2 parents 915e197 + 56fec8e commit a100d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sskr/sss/interpolate.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// Minimal required bytes for BN storing a GF(256) value
#define GF2_8_MPI_BYTES 1

#ifdef TARGET_NANOS
#if defined(TARGET_NANOS) && !defined API_LEVEL
/**
* @brief Performs a multiplication over GF(2^n).
*
Expand Down

0 comments on commit a100d8c

Please sign in to comment.