Type alias EncryptedAsymmetric

EncryptedAsymmetric: {
    box: Uint8Array;
    nonce: Uint8Array;
}

Type declaration

  • box: Uint8Array
  • nonce: Uint8Array