Table of Contents

Interface ISha256

Namespace
NLightning.Domain.Crypto.Hashes
Assembly
NLightning.Domain.dll
public interface ISha256 : IDisposable
Inherited Members

Methods

AppendData(ReadOnlySpan<byte>)

void AppendData(ReadOnlySpan<byte> data)

Parameters

data ReadOnlySpan<byte>

GetHashAndReset(Span<byte>)

void GetHashAndReset(Span<byte> hash)

Parameters

hash Span<byte>