Skip to content

Stream crypto

Bruce Wayne edited this page Jul 28, 2021 · 5 revisions

Create

You can use StreamCryptoCreate.XXX to create instance. Example:

IStreamCrypto crypto = StreamCryptoCreate.AesCtr(key, iv);

Properties

Property Description
Name Name of the crypto

Methods

Method Description
void Update(ReadOnlySpan<byte>, Span<byte>) Encrypt or decrypt the data
void Reset() Reset the state
void Dispose() Releases the resources

Data format extensions

KDF

Symmetric crypto

Clone this wiki locally