Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 init

deno 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)