Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x halo2/
drwxr-xr-x keccak/
-rw-r--r-- .ignore
-rw-r--r-- README.md
-rw-r--r-- cabal.project
README

Crypto(graphy) Junk

Various packages playing with different crypto primitives, schemes, etc. in Haskell.

Probably none of it works. Mostly meant to look pretty.

If you do manage to depend on one of these packages, the modules are meant to be used with package-qualified imports. E.g.,

{-# language PackageImports #-}

import "halo2" PLONKish.hs