Provide Nonce for EAX encryption. This must be called before using
for encryption or decryption.
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void ProvideNonce( byte[] Nonce ) |
Visual Basic |
---|
Public Sub ProvideNonce ( Nonce As Byte() ) |
Visual C++ |
---|
public: void ProvideNonce( array<unsigned char>^ Nonce ) |
F# |
---|
member ProvideNonce : Nonce : byte[] -> unit |
Parameters
- Nonce
- Type: array<System..::..Byte>[]()[][]
Nonce.