• Stars
    star
    2
  • Language
    C#
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of chacha20 cipher, designed by D. J. Bernstein. Optimized for PinnedMemory and .NET Core.

More Repositories

1

reCAPTCHA.AspNetCore

Google reCAPTCHA v2/v3 for .NET Core 3.x
C#
144
star
2

GUvrs

GU versus
C#
9
star
3

Yolo5.NetCore

You Only Look Once (v5) for .NET Core LTS
C#
9
star
4

SecureRandom.NetCore

Cryptographic pseudorandom number generator (CPRNG) using Blake2b, and PinnedMemory.
C#
5
star
5

PinnedMemory

PinnedMemory is a cross platform method for creating, and accessing pinned, and locked memory in .NET Core.
C#
5
star
6

Yolo6.NetCore

You Only Look Once (v6) for .NET Core LTS
C#
4
star
7

BigInteger.NetCore

Implementation of a arbitrary-precision arithmetic method using SecureRandom.
C#
3
star
8

Argon2.NetCore

Implementation of Argon2 key derivation function designed by Alex Biryukov, Daniel Dinu, and Dmitry Khovratovich. Optimized for PinnedMemory and .NET Core.
C#
3
star
9

AeadChaCha20Poly1305.NetCore

Implementation of AEAD_CHACHA20_POLY1305 an authenticated encryption with additional data algorithm using ChaCha20, and Poly1305 designed by D. J. Bernstein. Optimized for PinnedMemory, and .NET core.
C#
3
star
10

sqlite3-entities

SQLite3 Async Entities in JavaScript / Node.js
JavaScript
2
star
11

MemoryCache.NetCore

Implementation of a parallel thread-safe in-memory caching system with save, and load support suited for state based programming.
C#
2
star
12

Blake2b.NetCore

Implementation of the cryptographic hash, and mac functions of BLAKE2b. For .NET Core, optimized for PinnedMemory, and 64-bit platforms.
C#
2
star
13

BasicHeaderAuthentication.AspNetCore

Header based authentication for .NET core 3.x
C#
1
star
14

Poly1305.NetCore

Implementation of poly1305-dona message authentication code, designed by D. J. Bernstein. Optimized for PinnedMemory and .NET Core.
C#
1
star
15

Poly1305ChaCha20.NetCore

Implementation of poly1305-dona message authentication code, designed by D. J. Bernstein with a chacha20 nonce. Optimized for PinnedMemory and .NET Core depends on ChaCha20.NetCore.
C#
1
star
16

Curve25519.NetCore

An elliptic curve offering 128 bits of security and designed for use with the elliptic curve Diffie–Hellman (ECDH) key agreement scheme.
C#
1
star
17

blackfeather

Blackfeather Framework
C#
1
star
18

storagepooljs

This is a javascript library designed to run in all desktop, and mobile browsers that can support the IndexedDB API. It functions much like most cloud based Storage API's that exist separating data between containers, and blobs.
JavaScript
1
star
19

rpi-clusterhat

rpi-clusterhat for node.js library designed for https://www.clusterhat.com/
JavaScript
1
star
20

TimedMemoryCache.NetCore

Implementation of a parallel thread-safe in-memory caching system with save, and load support suited for 'state' programming and easy timeout support for time sensitive caching.
C#
1
star