• Preparing search index...
  • The search index is not available
@libp2p/crypto - v1.0.17
  • @libp2p/crypto - v1.0.17
  • aes
  • create

Function create

  • create(key: Uint8Array, iv: Uint8Array): Promise<AESCipher>
  • Parameters

    • key: Uint8Array
    • iv: Uint8Array

    Returns Promise<AESCipher>

    • Defined in aes/index.ts:9

Settings

Member Visibility

Theme

Modules

  • @libp2p/crypto - v1.0.17
    • aes
    • hmac
    • index
    • keys
      • <internal>
        • "/home/runner/work/js-libp2p-crypto/js-libp2p-crypto/src/keys/ed25519-class"
        • "/home/runner/work/js-libp2p-crypto/js-libp2p-crypto/src/keys/rsa-class"
        • "/home/runner/work/js-libp2p-crypto/js-libp2p-crypto/src/keys/secp256k1-class"
      • keysPBM
        • KeyType
        • PrivateKey
        • PublicKey
  • AESCipher
  • create