Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CryptoImplementation

Hierarchy

  • CryptoImplementation

Index

Properties

name: string

Methods

  • createKeyPairFromPrivateKey(privateKey: Uint8Array): Promise<KeyPair>
  • sign(keyPair: KeyPair, data: Uint8Array): Promise<Uint8Array>

Generated using TypeDoc