consensus/monero/crypto
DataHoarder a039820b20
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
P2Pool consensus v3.0
Migrate cmd utils, cmds to own repository
2024-04-03 19:32:34 +02:00
..
comm.go P2Pool consensus v3.0 2024-04-03 19:32:34 +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 P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
derivations.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
derivations_test.go Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations 2023-05-20 10:49:05 +02:00
edwards25519.go Add compiler bound checks 2022-11-08 14:25:29 +01:00
hash.go P2Pool consensus v3.0 2024-04-03 19:32:34 +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 P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
pool.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
private.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
proofs.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
public.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
random.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00
signature.go P2Pool consensus v3.0 2024-04-03 19:32:34 +02:00