Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 380 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 380 Bytes

crypto-hs

What is this?

This is my crypto playground with haskell. I try to learn both at the same time. This is not meant to be complete solution to anything or be 100% correct!

What do you need to run it?

  • haskell stack
  • build with stack build
  • run with stack exec crypto-hs-exe
  • run tests with stack test