Commit Graph

210 Commits (c40ab9b5be9b0dec72fa5adbcc45a24ef56ef7fa)

Author SHA1 Message Date
SChernykh 33743eb7ac
Made sure code generator loop always terminates
5 years ago
SChernykh 46f3d3e975
Made inst_data unsigned
5 years ago
SChernykh 2842f81b80
Fixed an old comment
5 years ago
SChernykh 4cec4db7f0
Fixed undefined behavior in ROR/ROL
5 years ago
SChernykh 3b97d399b1
Fixed a warning
5 years ago
SChernykh a23468af8c
char is unsigned on ARM, fixed it
5 years ago
SChernykh 38c49b7a35
More fixes for big-endian machines and pointer aliasing
5 years ago
SChernykh c93ef4369c
Fixes for big-endian machines
5 years ago
SChernykh 0009b32f08
Rewrote opcode parsing without bitfield struct
5 years ago
SChernykh 26ff420531
Variant 4 random code generator: fixed data size for Blake hash
5 years ago
SChernykh 870b4138a6
Cryptonight variant 4 aka CryptonightR
5 years ago
binaryFate 64c7ced3ed
Update 2019 copyright
5 years ago
moneromooo-monero ec1a62b50d
move int-util.h to epee
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
xiphon 2a48c2a286
slow-hash: some more big endian fixes
6 years ago
moneromooo-monero b39fdf8ebe
slow-hash: fix for big endian
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
Riccardo Spagni 92c5a892b5
Merge pull request #4757
6 years ago
Riccardo Spagni 8ba3f89b44
Merge pull request #4755
6 years ago
Riccardo Spagni 267b5d8807
Merge pull request #4711
6 years ago
xiphon 42d8d5085e crypto: fix AES encryption on big endian
6 years ago
moneromooo-monero db24a2e509
hash: fix hash_permutation on big endian
6 years ago
xiphon ba0faae789 crypto: fixed groestl on big-endian platforms
6 years ago
Pol Mauri c4fbfd786a Small function declaration cleanup in slow-hash.c
6 years ago
xiphon ed36335c96 crypto: fixed incremental keccak API on big-endian platforms
6 years ago
Riccardo Spagni 2ec0d780c4
Merge pull request #4449
6 years ago
Riccardo Spagni fb47963e09
Merge pull request #4404
6 years ago
Lee Clagett f3cd51a12b cryptonote tweak v2.2
6 years ago
Riccardo Spagni aa1d321e5f
Merge pull request #4395
6 years ago
Riccardo Spagni df98bc50a6
Merge pull request #4357
6 years ago
Alexandro Sanchez 9bf0105e25 Fixed Keccak implementation on big-endian platforms
6 years ago
Riccardo Spagni 9f24e57dc2
Merge pull request #4326
6 years ago
thomasvaughan bcda7adcd4 NetBSD support
6 years ago
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
moneromooo-monero 8501b8dffb
crypto_ops_builder: link to EdDSA/Ed25519 draft RFC
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