KmacXof128 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算輸入數據的KMACXOF128 MAC。
public ref class KmacXof128 sealed : IDisposable
public sealed class KmacXof128 : IDisposable
type KmacXof128 = class
interface IDisposable
Public NotInheritable Class KmacXof128
Implements IDisposable
- 繼承
-
KmacXof128
- 實作
備註
此演算法是由 NIST SP 800-185 所指定。
建構函式
KmacXof128(Byte[], Byte[]) |
初始化 KmacXof128 類別的新實例。 |
KmacXof128(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) |
初始化 KmacXof128 類別的新實例。 |
屬性
IsSupported |
取得值,這個值表示目前平臺上是否支持演算法。 |