consensus/monero/crypto
DataHoarder e2885687b2
All checks were successful
continuous-integration/drone/push Build is passing
Implement Miner Options page, add webhook notifications
2024-02-25 14:12:33 +01:00
..
comm.go Comment a few parts of the code for clarity 2023-07-20 07:40:19 +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 Added crypto_tests.txt support from upstream 2023-05-17 07:41:53 +02:00
derivations.go Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations 2023-05-20 10:49:05 +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 Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations 2023-05-20 10:49:05 +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 added merkle tree MainBranch precalculation method, mempool utilities and handling, UVarInt64SliceSize, Share utilities 2023-06-05 23:44:24 +02:00
pool.go Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations 2023-05-20 10:49:05 +02:00
private.go Faster hex SIMD Encode/Decode 2023-07-24 13:26:18 +02:00
proofs.go Timeout outgoing connections in 10 seconds, reduce memory allocations, use sync.Pool for storing allocations 2022-11-08 11:35:09 +01:00
public.go Faster hex SIMD Encode/Decode 2023-07-24 13:26:18 +02:00
random.go Comment a few parts of the code for clarity 2023-07-20 07:40:19 +02:00
signature.go Implement Miner Options page, add webhook notifications 2024-02-25 14:12:33 +01:00