1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/core/mocks
Dusan Klinec 25d32a8144 feat(xmr): implement bp+, refactor, code cleanup
- implement BulletProof plus verifier and prover
- use bulletproof exception to signalize proof generation failed and should be tried again. More robust, fixes bug that was not triggered yet (return tuple did not work properly in all situations)
- precomputed 2**i vector is removed as it can be easily computed
- BP code cleanup, minor optimizations, comments
2022-05-16 12:37:24 +02:00
..
generated feat(xmr): implement bp+, refactor, code cleanup 2022-05-16 12:37:24 +02:00
gc.pyi
micropython.pyi refactor(core/monero): Monero code cleanup 2022-05-16 12:37:24 +02:00
ubinascii.pyi
uctypes.pyi style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
uio.pyi
uos.pyi
ustruct.pyi
utime.pyi feat(core): implement conversion from timestamp to datetime 2021-10-29 11:00:30 +02:00
utimeq.pyi