ronkathon icon indicating copy to clipboard operation
ronkathon copied to clipboard

Cryptography Educational Foundations

Results 24 ronkathon issues
Sort by recently updated
recently updated
newest added

## 🤖 New release * `ronkathon`: 0.1.0 Changelog --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).

# Bounty Description Implement a compile-time (`const fn`) algorithm to find generator points on elliptic curves so that we may have arbitrary generators used as compile-time constants in traits. Generator...

Curves
bounty

**Bounty description** Implement the Edwards-curve Digital Signature Algorithm (EdDSA) for ronkathon. EdDSA is a modern digital signature scheme, and this implementation should focus on the Edwards25519 curve variant. **Implementation requirements**...

Curves
bounty

We have a LOT of different tools now. A LOT of tests. However, we need some example bins! What would be great is some simple binaries for our different primitives...

This PR closes issue #132 It changes the following: - naming changes to RSA - encrypt and decrypt were panicking for large primes, so made pow explicit, and added a...

Implement oblivious transfer and various extensions: - 1-out-of-2 OT - 1-n OT - k-n OT

We want to host a weekly call open to all contributors to go over tackling new cryptographic primitives. I would like to have some feedback from the community on this,...

Implement various popular AEADs: - [AES-GCM](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf) - [ChaCha20Poly1305](https://datatracker.ietf.org/doc/html/rfc8439#section-2.5)

universal transcript, support for various hashing techniques.

Adds ecdh, groups it with ecdsa in an ecc module, and adds a new README detailing its application to public key cryptography. This PR closes issue https://github.com/pluto/ronkathon/issues/81 WIP: tripartite ecdh...