package
0.0.0-20231002075534-34c5cdaebac1
Repository: https://github.com/dimalinux/gopherphis.git
Documentation: pkg.go.dev
# Functions
GenCipherTagSecret generates the cipher-tag secret which is used to encrypt/create the address tag.
GenFindReceivedPrivKey generates the private key used to scan for received transaction outputs.
GenFindReceivedPubKey generates the public key from the find received private key.
GenGenAddressSecret generates the secret key used to generate a new address.
GenJamtisAddressV1 generates the Jamtis address data for the passed address index.
GenSeraphisSpendKey returns the ed25519 calculation viewBalance*X + masterKey*U.
GenUnlockAmountsPrivKey generates the private key used to encrypt/decrypt the amount of a transaction.
GenUnlockAmountsPubKey generates the public key from the unlock amounts private key.
GenViewBalancePrivKey generates the view balance private key which, in turn, is a master key for generating the find-received, unlock-amounts and generate-addresses keys.
# Constants
AddressIndexLen is the length of the jamtis sub-address identifier in bytes.