Hash32
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.hash
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: Hash | Hash32
Required Methods
BlockSize (declared in Hash)
Function BlockSize() As int
Reset (declared in Hash)
// .NET, .NET Standard 2.0
func Reset()
// Island
func Reset() void
Size (declared in Hash)
Sum (declared in Hash)
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:
- b:
Sum32
Function Sum32() As uint32
Write (declared in Writer)
method Write(p: Slice<Byte>): tuple of (n: Int64, err: error)
(Int64 n, error err) Write(Slice<Byte> p)
func Write(_ p: Slice<Byte>) -> tuple of (Int64, error)
func Write(p Slice<Byte>) tuple of (|name=n| Int64, |name=err| error)
Function Write(p As Slice<Byte>) As Tuple (Of Int64, error)
Parameters:
- p: