Share via


Kmac256.GetCurrentHash 메서드

정의

오버로드

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Source:
Kmac256.cs
public:
 cli::array <System::Byte> ^ GetCurrentHash(int outputLength);
public byte[] GetCurrentHash (int outputLength);
member this.GetCurrentHash : int -> byte[]
Public Function GetCurrentHash (outputLength As Integer) As Byte()

매개 변수

outputLength
Int32

반환

Byte[]

적용 대상

GetCurrentHash(Span<Byte>)

Source:
Kmac256.cs
public:
 void GetCurrentHash(Span<System::Byte> destination);
public void GetCurrentHash (Span<byte> destination);
member this.GetCurrentHash : Span<byte> -> unit
Public Sub GetCurrentHash (destination As Span(Of Byte))

매개 변수

destination
Span<Byte>

적용 대상