-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Montgomery constant #21
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e6f7e6 - Browse repository at this point
Copy the full SHA 0e6f7e6View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe911fa - Browse repository at this point
Copy the full SHA fe911faView commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b93db4d - Browse repository at this point
Copy the full SHA b93db4dView commit details
Commits on Mar 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbff36b - Browse repository at this point
Copy the full SHA cbff36bView commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3c2322 - Browse repository at this point
Copy the full SHA f3c2322View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 352bbb9 - Browse repository at this point
Copy the full SHA 352bbb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2e598 - Browse repository at this point
Copy the full SHA 8f2e598View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb70ac0 - Browse repository at this point
Copy the full SHA cb70ac0View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eab77b1 - Browse repository at this point
Copy the full SHA eab77b1View commit details
Commits on Apr 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4525af4 - Browse repository at this point
Copy the full SHA 4525af4View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f12b2af - Browse repository at this point
Copy the full SHA f12b2afView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42ebca2 - Browse repository at this point
Copy the full SHA 42ebca2View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a00627c - Browse repository at this point
Copy the full SHA a00627cView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a3dee2 - Browse repository at this point
Copy the full SHA 0a3dee2View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96f8ada - Browse repository at this point
Copy the full SHA 96f8adaView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 302bfe8 - Browse repository at this point
Copy the full SHA 302bfe8View commit details
Commits on May 3, 2023
-
Fix static analyzer warning about zero-length array
src/bc-sskr/encoding.c:249:5: warning: Declared variable-length array (VLA) has zero size [core.VLASize] sskr_shard shards[total_shards]; ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ 1 warning generated
Configuration menu - View commit details
-
Copy full SHA for bc6a134 - Browse repository at this point
Copy the full SHA bc6a134View commit details -
Fixed CodeQL warnings about comparison of narrow type with wide type …
…in loop condition
Configuration menu - View commit details
-
Copy full SHA for 8b7a06b - Browse repository at this point
Copy the full SHA 8b7a06bView commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4757a81 - Browse repository at this point
Copy the full SHA 4757a81View commit details
Commits on May 8, 2023
-
Changed memset(x, 0, y) to memzero(x, y) macro
define memzero(...) explicit_bzero(__VA_ARGS__)
Configuration menu - View commit details
-
Copy full SHA for 901fa7f - Browse repository at this point
Copy the full SHA 901fa7fView commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ca4218 - Browse repository at this point
Copy the full SHA 5ca4218View commit details
Commits on May 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 868bac1 - Browse repository at this point
Copy the full SHA 868bac1View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 403a163 - Browse repository at this point
Copy the full SHA 403a163View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d49230 - Browse repository at this point
Copy the full SHA 5d49230View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4223156 - Browse repository at this point
Copy the full SHA 4223156View commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55046e1 - Browse repository at this point
Copy the full SHA 55046e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcfc41 - Browse repository at this point
Copy the full SHA 0dcfc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9d206 - Browse repository at this point
Copy the full SHA 2c9d206View commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7577ebb - Browse repository at this point
Copy the full SHA 7577ebbView commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3883a28 - Browse repository at this point
Copy the full SHA 3883a28View commit details
Commits on Oct 20, 2023
-
Added option to generate BIP39 mnemonics from SSKR shares even if sha…
…res do not validate against seed on device A user may have lost or damaged original device and now needs to generate the recovery phrase from another secure device
Configuration menu - View commit details
-
Copy full SHA for 2f39937 - Browse repository at this point
Copy the full SHA 2f39937View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9995cc5 - Browse repository at this point
Copy the full SHA 9995cc5View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 977fb76 - Browse repository at this point
Copy the full SHA 977fb76View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f26e617 - Browse repository at this point
Copy the full SHA f26e617View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff99f62 - Browse repository at this point
Copy the full SHA ff99f62View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5a076d - Browse repository at this point
Copy the full SHA d5a076dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a28df7 - Browse repository at this point
Copy the full SHA 3a28df7View commit details
Commits on Nov 11, 2023
-
Fixed issue with overflowing variable length array
Set the SSKR word buffer to a sensible size
Configuration menu - View commit details
-
Copy full SHA for 57d11bb - Browse repository at this point
Copy the full SHA 57d11bbView commit details
Commits on Nov 13, 2023
-
Tidy up code that sets 'Processing' screen on Nano devices
Fixes #10 Signed-off-by: Aido <aido@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9883d3f - Browse repository at this point
Copy the full SHA 9883d3fView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd52f51 - Browse repository at this point
Copy the full SHA cd52f51View commit details
Commits on Nov 16, 2023
-
- Sign check of bitwise operation - Comparison result is always the same
Configuration menu - View commit details
-
Copy full SHA for 2205003 - Browse repository at this point
Copy the full SHA 2205003View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdf5b8 - Browse repository at this point
Copy the full SHA ccdf5b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e500c7 - Browse repository at this point
Copy the full SHA 5e500c7View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05b78c8 - Browse repository at this point
Copy the full SHA 05b78c8View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e3f5df - Browse repository at this point
Copy the full SHA 0e3f5dfView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a681e47 - Browse repository at this point
Copy the full SHA a681e47View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77b29fc - Browse repository at this point
Copy the full SHA 77b29fcView commit details
Commits on Jan 14, 2024
-
The implementation of cx_crc32_hw() on Ledger devices is buggy and produces incorrect CRC32 checks. Ledger are fixing cx_crc32_hw() on each device either through SDK or OS updates but until then cx_crc32() can be used.
Configuration menu - View commit details
-
Copy full SHA for 9a3041b - Browse repository at this point
Copy the full SHA 9a3041bView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce37a02 - Browse repository at this point
Copy the full SHA ce37a02View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5634b1 - Browse repository at this point
Copy the full SHA f5634b1View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51a95aa - Browse repository at this point
Copy the full SHA 51a95aaView commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 156cf78 - Browse repository at this point
Copy the full SHA 156cf78View commit details -
Ledger have fixed their buggy implementation of CRC32 so we can start using it again
Configuration menu - View commit details
-
Copy full SHA for 9d8505b - Browse repository at this point
Copy the full SHA 9d8505bView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 264d4f2 - Browse repository at this point
Copy the full SHA 264d4f2View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c4f5ed - Browse repository at this point
Copy the full SHA 4c4f5edView commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f3bc62 - Browse repository at this point
Copy the full SHA 8f3bc62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d6dbf - Browse repository at this point
Copy the full SHA 51d6dbfView commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8e9bba - Browse repository at this point
Copy the full SHA a8e9bbaView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 315ec8d - Browse repository at this point
Copy the full SHA 315ec8dView commit details
Commits on Apr 4, 2024
-
src: onboarding_seed_sskr.c: Use stable cx_crc32 instead of cx_crc32_hw
Xavier Chapron committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a6bad70 - Browse repository at this point
Copy the full SHA a6bad70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dcae0d - Browse repository at this point
Copy the full SHA 3dcae0dView commit details
Commits on Apr 5, 2024
-
Merge pull request LedgerHQ#3 from aido/develop
src: onboarding_seed_sskr.c: Use stable cx_crc32 instead of cx_crc32_hw
Configuration menu - View commit details
-
Copy full SHA for 915e197 - Browse repository at this point
Copy the full SHA 915e197View commit details -
src: interpolate.c: Fix build with SDK master for LNS
Xavier Chapron committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 56fec8e - Browse repository at this point
Copy the full SHA 56fec8eView commit details -
Merge pull request #4 from LedgerHQ/xch/lns-master-sdk-build
src: interpolate.c: Fix build with SDK master for LNS
Configuration menu - View commit details
-
Copy full SHA for a100d8c - Browse repository at this point
Copy the full SHA a100d8cView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8aef0bf - Browse repository at this point
Copy the full SHA 8aef0bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3617c - Browse repository at this point
Copy the full SHA 2f3617cView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39642c3 - Browse repository at this point
Copy the full SHA 39642c3View commit details