consensus/monero/crypto
DataHoarder 019375e929
Some checks are pending
continuous-integration/drone/push Build is running
Experimental: Stratum server, template generation, uncle and transaction selection
Specify wallet address on login user in xmrig or similar
2024-04-06 03:59:03 +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 Experimental: Stratum server, template generation, uncle and transaction selection 2024-04-06 03:59:03 +02:00
derivations.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
derivations_test.go Remove not necessary utilities under utils/, annotate network utils, use fasthex across all project 2024-04-05 17:14:37 +02:00
edwards25519.go Add compiler bound checks 2022-11-08 14:25:29 +01:00
hash.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +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 Annotate BinaryTreeHash.RootHash() 2024-04-06 03:29: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