Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@detherminal detherminal released this 07 Jul 13:28
· 92 commits to main since this release

Version 0.1.1 Released! This release adds these functions to the previous one:

Utils

  • ValidateAddress(address string) bool

Keys

  • GenerateMnemonicSeed(language string) (string, error)
  • DeriveHexSeedFromMnemonicSeed(mnemonic string, language string) (string, error)
  • DerivePrivateKeysFromHexSeed(hexSeed string) (string, string, error)
  • DerivePrivVKFromPrivSK(privateSpendKey string) (string, error)
  • DerivePublicKeyFromPrivateKey(privateKey string) (string, error)
  • DeriveAddressFromPubKeys(publicSpendKey string, publicViewKey string, network string) (string, error)