consensus/monero/crypto
2024-04-11 02:37:49 +02:00
..
comm.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
constants.go Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations 2023-05-20 10:49:05 +02:00
crypto.go Slightly faster CompareConsensusPublicKeyBytes calls 2023-07-20 07:40:19 +02:00
crypto_test.go Update crypto tests to verify NoAllocate implementations as well 2024-04-11 02:37:49 +02:00
derivations.go Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +02:00
derivations_test.go Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +02:00
edwards25519.go Add compiler bound checks 2022-11-08 14:25:29 +01:00
hash.go Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +02:00
hash_test.go Timeout outgoing connections in 10 seconds, reduce memory allocations, use sync.Pool for storing allocations 2022-11-08 11:35:09 +01:00
keypair.go Rewrite private/public key usage away from types.Hash, generic address interface 2022-11-05 08:59:00 +01:00
merkle.go Partial merge mining template support for p2pool merge-mining upcoming changes 2024-04-10 03:10:55 +02:00
merkle_test.go Added merkle root hash test/bench 2024-04-07 05:26:22 +02:00
pool.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
private.go Remove not necessary utilities under utils/, annotate network utils, use fasthex across all project 2024-04-05 17:14:37 +02:00
proofs.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
public.go Remove not necessary utilities under utils/, annotate network utils, use fasthex across all project 2024-04-05 17:14:37 +02:00
random.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
signature.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00