Skip to content

pmuens/cryptolab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Code you can find here was written for educational and entertainment purposes only™ and was not audited.

Setup

  1. git clone <url>
  2. deno test
  3. deno task dev

Useful Commands

deno init

deno info
deno doc [<path>]
deno repl
deno bench <path>
deno compile [-A] <path>

deno fmt [<path>]
deno lint [<path>]
deno test [<path>]

deno run <path>

deno task dev

Useful Resources

Releases

No releases published

Packages

 
 
 

Contributors