BlockSize
method BlockSize: int
int BlockSize()
func BlockSize() -> int
func BlockSize() int
Function BlockSize() As int
Reset
method Reset
void Reset()
func Reset()
// .NET, .NET Standard 2.0 func Reset() // Island func Reset() void
Sub Reset()
Size
method Size: int
int Size()
func Size() -> int
func Size() int
Function Size() As int
Sum
method Sum(b: Slice<Byte>): Slice<Byte>
Slice<Byte> Sum(Slice<Byte> b)
func Sum(_ b: Slice<Byte>) -> Slice<Byte>
func Sum(b Slice<Byte>) Slice<Byte>
Function Sum(b As Slice<Byte>) As Slice<Byte>
Parameters: