tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Hashable and Generic Instances #49

Closed athanclark closed 5 years ago

athanclark commented 5 years ago

I took the liberty of adding some Hashable, Data, Typeable, and Generic instances to most of the opaque data types defined in saltine. Unfortunately, this PR is a product of some historic modifications I've made a long time ago, so there may be some git artifacts that need to get squashed out. Please let me know if you need me to do so!

Thanks,

athanclark commented 5 years ago

:x sorry I've been messing with it for a while. There we go!

linearray commented 5 years ago

Thanks!