Commit Graph

176 Commits (11dbfbc5b3da6a0ca0c969c8aa6a30fafb04b819)

Author SHA1 Message Date
Riccardo Spagni e6d36c1701
Merge pull request #4219
6 years ago
moneromooo-monero 463434d1f7
more comprehensive test for ge_p3 comparison to identity/point at infinity
6 years ago
moneromooo-monero a4317e61b5
crypto: some paranoid checks in generate_signature/check_signature
6 years ago
moneromooo-monero 7434df1cc6
crypto: never return zero in random32_unbiased
6 years ago
moneromooo-monero 869b3bf824
bulletproofs: a few fixes from the Kudelski review
6 years ago
moneromooo-monero 1b867e7f40
precalc the ge_p3 representation of H
6 years ago
Riccardo Spagni f0ab4dc7b2
Merge pull request #4218
6 years ago
SChernykh 5fd83c13fb Cryptonight variant 2
6 years ago
luigi1111 e4378ed8aa
Merge pull request #4259
6 years ago
moneromooo-monero d2e26c23f3
add and use constant time 32 byte equality function
6 years ago
moneromooo-monero ab74dc277a
crypto: make secret_key automatically mlock
6 years ago
luigi1111 5295e4eb82
Merge pull request #4137
6 years ago
Dusan Klinec 4e081001c0
Incremental Keccak API added
6 years ago
stoffu bcab579864
wallet: allow adjusting number of rounds for the key derivation function
6 years ago
luigi1111 3fde902394
Merge pull request #4097
6 years ago
moneromooo-monero 0496c7c91a
crypto: do not use boost::value_initialized to init null skey/pkey
6 years ago
luigi1111 326437c5ff
Merge pull request #4074
6 years ago
luigi1111 94ed562148
Merge pull request #4045
6 years ago
moneromooo-monero 63e342be84
crypto: move null_pkey/null_skey to the cpp file
6 years ago
moneromooo-monero 61caab8a8c
crypto: remove slight bias in key generation due to modulo
6 years ago
moneromooo-monero ef649f998d
crypto: remove unused unsafe random scalar generator
6 years ago
einsteinsfool 7cdd147da5 Changed URLs to HTTPS
6 years ago
moneromooo-monero 09f43b9a6b
crypto: add a README pointing to the SUPERCOP licence
6 years ago
luigi1111 b6eb7484d1
Merge pull request #3592
6 years ago
moneroexamples 9317bce9ca
crypto: more places needing fixing for GCC 8.1
6 years ago
moneromooo-monero 4a72d595a6
chacha: fix build with GCC 8.1
6 years ago
aivve b1a9e97b2d
slow-hash: fix memory leak for Windows /karbowanec#41
6 years ago
moneromooo-monero 90a16b119f
crypto: fix initialization order issue with random mutex
6 years ago
stoffu 7dfa5e9e6e
chacha: call prehashed version explicitly as generate_chacha_key_prehashed
6 years ago
stoffu b2d23b189e
crypto: revert odd namespace changes made in #3303
6 years ago
stoffu 27a196b126
device: untangle cyclic depenency
6 years ago
stoffu c9b38b4765
device: made function prototypes consistent with pre-#3303 codebase
6 years ago
moneromooo-monero 04a0cc89cf
slow-hash: fix uint64 type typo
6 years ago
Lee Clagett e136bc6b8a
tweaks to the monerov1 cryptonight algorithm
6 years ago
SChernykh d58c9ec99c
slow-hash: optimized version
6 years ago
moneromooo-monero 608fd6f14a
Monero Cryptonight variants, and add one for v7
6 years ago
Edward Betts fbcc91c2a4 Correct spelling mistakes.
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
iDunk5400 ed6c68db1b
crypto: add missing include (WIN32)
6 years ago
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
6 years ago
Riccardo Spagni 666a76652b
Merge pull request #3187
6 years ago
Riccardo Spagni ba22928d4b
Merge pull request #3180
6 years ago
moneromooo-monero e4646379a6
keccak: fix mdlen bounds sanity checking
6 years ago
moneromooo-monero 03887f1140
keccak: fix sanity check bounds test
6 years ago
moneromooo-monero 851bd057ec
call _exit instead of abort in release mode
7 years ago
Riccardo Spagni 7de1685bd8
Merge pull request #3119
7 years ago
xmr-eric 18216f19dd Update 2018 copyright
7 years ago
Matt Little 7c4424531f Support building cncrypto lib with msvc
7 years ago
moneromooo-monero c4f437796d
crypto: add a ge_p3_identity constant
7 years ago
moneromooo-monero 13b4c90e01
crypto: add scalar mult functions returning ge_p3 instead of ge_p2
7 years ago