]> git.immae.eu Git - github/fretlink/hmacaroons.git/commit - src/Crypto/Macaroon/Verifier.hs
Basic verification of macaroons
authorJulien Tanguy <julien.tanguy@jhome.fr>
Thu, 14 May 2015 17:00:50 +0000 (19:00 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Thu, 14 May 2015 17:00:50 +0000 (19:00 +0200)
commitb92e3c159fad49b86fe4bd115f487057c04e3c18
treef8a01bd7345d09b01fa6282adb310ffdfa9b1882
parente0ceb8d38cf44ea2a9e0d6564fe64a25fd3039b4
Basic verification of macaroons

- Only signatures are checked
hmacaroons.cabal
src/Crypto/Macaroon/Verifier.hs [new file with mode: 0644]
test/Crypto/Macaroon/Verifier/Tests.hs [new file with mode: 0644]
test/main.hs