FsPickler


HashStream

Namespace: MBrace.FsPickler.Hashing
Attributes:
[<AbstractClass>]

An abstract byte sink used as a hash generating state machine

Constructors

ConstructorDescription
new()
Signature: unit -> HashStream

CompiledName: .ctor

Instance members

Instance memberDescription
x.ComputeHash()
Signature: unit -> byte []
Modifiers: abstract

Generates hash based on accumulated stream data.

x.HashAlgorithm
Signature: string
Modifiers: abstract

Hash algorithm identifier

CompiledName: get_HashAlgorithm

Fork me on GitHub