Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/cryptolab
R&D environment to study Cryptography so we can roll our own eventually
https://github.com/pmuens/cryptolab
cryptography cryptography-algorithms ecdh ecdsa elliptic-curve-cryptography elliptic-curves learning-with-errors post-quantum-cryptography
Last synced: 20 days ago
JSON representation
R&D environment to study Cryptography so we can roll our own eventually
- Host: GitHub
- URL: https://github.com/pmuens/cryptolab
- Owner: pmuens
- License: mit
- Created: 2024-04-11T17:11:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T14:38:51.000Z (7 months ago)
- Last Synced: 2024-04-14T16:22:25.158Z (7 months ago)
- Topics: cryptography, cryptography-algorithms, ecdh, ecdsa, elliptic-curve-cryptography, elliptic-curves, learning-with-errors, post-quantum-cryptography
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptolab
This repository contains implementations of various Cryptographic primitives and protocols.
It's a scratchpad and serves as an R&D environment to play around with the whole gamut of constructions the Cryptography toolbox has to offer, some of which I also dive deeper into on [my personal website](https://muens.io).
Code you can find here was written for _educational and entertainment purposes only_™ and was **not audited**.
## Setup
1. `git clone `
2. `deno test`
3. `deno task dev`## Useful Commands
```sh
deno initdeno info
deno doc []
deno repl
deno bench
deno compile [-A]deno fmt []
deno lint []
deno test []deno run
deno task dev
```## Useful Resources
- [Philipp Muens - Website / Blog](https://muens.io)
- [Philipp Muens - Cryptography Resources](https://muens.io/cryptography-resources)