Table of Contents

Class Sha1

Namespace
Fenrir.Git
Assembly
Fenrir.Git.dll
[CompilationMapping(SourceConstructFlags.Module)]
public static class Sha1
Inheritance
Sha1
Inherited Members

Methods

CalculateHardened(Stream)

Calculates the hardened SHA-1 hash for the passed stream's content. See the documentation for more details.

public static Sha1Hash CalculateHardened(Stream data)

Parameters

data Stream

Input data stream.

Returns

Sha1Hash