Show / Hide Table of Contents

ICmacPrimitives Interface

Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dll

An interface exposing AES-GCM primitive operations.

C#
public interface ICmacPrimitives

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.

In this article
Back to top Generated by DocFX