Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.crypto.hkdf
- Platforms: .NET, .NET Standard 2.0, Island
Methods
Expand
class method Expand(hash: Func<go.hash.Hash>; pseudorandomKey: Slice<Byte>; info: Slice<Byte>): Reader
Parameters:
- hash:
- pseudorandomKey:
- info:
Extract
Parameters:
- hash:
- secret:
- salt:
New
class method New(hash: Func<go.hash.Hash>; secret: Slice<Byte>; salt: Slice<Byte>; info: Slice<Byte>): Reader
Parameters:
- hash:
- secret:
- salt:
- info: