• Preparing search index...
  • The search index is not available
mina-aes
  • mina-aes
  • implementations/IterativeAES128
  • computeIterativeAes128Encryption

Function computeIterativeAes128Encryption

  • computeIterativeAes128Encryption(message: Byte16, key: Byte16): Byte16

    Computes the AES-128 encryption of a message using the given key.

    Parameters

    • message: Byte16

      The message to encrypt

    • key: Byte16

      The key to use for encryption

    Returns Byte16

    The encrypted message

    • Defined in src/implementations/IterativeAES128.ts:22

Settings

Member Visibility
mina-aes
  • Loading...

Generated using TypeDoc