Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

README.md
# 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](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/package_qualified_imports.html?highlight=package%20qualified). E.g.,
```haskell
{-# language PackageImports #-}

import "halo2" PLONKish.hs
```