Top 20 NuGet Packages depending on PinnedMemory

Total dependencies: 7

Implementation of AEAD_CHACHA20_POLY1305 authenticated encryption with additional data using ChaCha20 and Poly1305, optimized for PinnedMemory and .NET.
Implementation of a cryptographic pseudorandom number generator (CPRNG) using Blake2b. Optimized for PinnedMemory.
Implementation of ChaCha20 cipher (RFC 8439 style nonce), optimized for pinned memory usage.
Implementation of Argon2 key derivation function designed by Alex Biryukov, Daniel Dinu, and Dmitry Khovratovich. Optimized for PinnedMemory.
Implementation of poly1305-dona message authentication code, designed by D. J. Bernstein with a chacha20 nonce. Optimized for PinnedMemory depends on ChaCha20.NetCore.
Implementation of poly1305-donna message authentication code, designed by D. J. Bernstein. Optimized for PinnedMemory.
Implementation of the cryptographic hash function BLAKE2b. Optimized for PinnedMemory, and 64-bit platform.