Skip to Content
API ReferenceCrypto Utilities

Crypto Utilities (crypto.h)

Key Operations

  • generateRandomSeed(...)
  • generateKeypair(...)
  • generateKeypairFromSeed(...)

Signatures

  • signMessage(...)
  • verifySignature(...)

Address and Key Encoding

  • base58Encode(...)
  • base58Decode(...)
  • publicKeyToAddress(...)
  • addressToPublicKey(...)
  • privateKeyToBase58(...)
  • base58ToPrivateKey(...)

This module is useful for advanced integrations and custom serialization workflows.

Last updated on