package
0.34.20-reap.core.v0.1.14-rc8
Repository: https://github.com/reapchain/reapchain-core.git
Documentation: pkg.go.dev
# README
Consensus
Basically, See the crypto spec for more information.
# Packages
No description provided by the author
No description provided by the author
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
No description provided by the author
No description provided by the author
Package merkle computes a deterministic minimal height Merkle tree hash.
No description provided by the author
No description provided by the author
No description provided by the author
Package xchacha20poly1305 creates an AEAD using hchacha, chacha, and poly1305 This allows for randomized nonces to be used in conjunction with chacha.
No description provided by the author
# Functions
No description provided by the author
This only uses the OS's randomness.
CRandHex returns a hex encoded string that's floor(numDigits/2) * 2 long.
Returns a crand.Reader.
No description provided by the author
# Constants
AddressSize is the size of a pubkey address.
No description provided by the author
# Type aliases
An address is a []byte, but hex-encoded even in JSON.