Half-completed crypto experiments in Haskell.
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. E.g.,

{-# language PackageImports #-}

import "halo2" PLONKish.hs