ICmacPrimitives Interface
Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dllAn interface exposing AES-GCM primitive operations.
C#
public interface ICmacPrimitives : IDisposable
Methods
Name | Description |
---|---|
CmacFinal(Span<Byte>) | Complete the CMAC process, generating the result. |
CmacInit(ReadOnlySpan<Byte>) | Initialize the object to perform CMAC with the given key. |
CmacUpdate(ReadOnlySpan<Byte>) | Continue the CMAC operation with the given input data. |