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