]> git.immae.eu Git - github/fretlink/hmacaroons.git/commit
Deserialize Macaroons
authorJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 14 Apr 2015 15:40:08 +0000 (17:40 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 14 Apr 2015 15:40:08 +0000 (17:40 +0200)
commita20c77f85bcbc74b70c108f440435c70b29ab822
tree34f0ca81908496939b3010d376be589c09ddfb5d
parentb44d2aa13fc1172e4bda303e7d177389e22d3f95
Deserialize Macaroons

- Refactor serialization/deserialization into its own module
- Refactor tests
hmacaroons.cabal
src/Crypto/Macaroon.hs
src/Crypto/Macaroon/Serializer/Base64.hs [new file with mode: 0644]
test/Crypto/Macaroon/Tests.hs