TimothyMeadows / ChaCha20.NetCore

Implementation of chacha20 cipher, designed by D. J. Bernstein. Optimized for PinnedMemory and .NET Core.
MIT License
2 stars 0 forks source link

Need a way to check internal buffer data before encryption #3

Closed TimothyMeadows closed 4 years ago

TimothyMeadows commented 4 years ago

Need a method for returning _buffer so it's contents can be checked (verified) before encryption. This is also required for AeadChaCha20Poly1305 to check the tag vrs encrypted data still in the buffer.

TimothyMeadows commented 4 years ago

This was added in 1.0.2.