thoughtpolice / salt

Fast cryptographic networking for Haskell
http://thoughtpolice.github.com/salt
MIT License
24 stars 1 forks source link

Rewrite nonce API (again) #25

Open thoughtpolice opened 11 years ago

thoughtpolice commented 11 years ago

The API is ridiculously crufty and it really shouldn't be considering it's a small amount of code. It's mostly historical holdovers from the things I tried in the past. Screw all the typeclassing (it was just a bad idea,) we should be much more straight forward. Probably use an API like Key has now.

thoughtpolice commented 11 years ago

As a point we should try to eliminate the use of ScopedTypeVariables and thus the tagged package in the internal module, too.