From 19f6782ef4a09195abf9c45acde992e5b3147853 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 16 Jan 2016 10:32:55 +0000 Subject: Deploy to GitHub Pages --- Crypto-Macaroon-Serializer-Base64.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Crypto-Macaroon-Serializer-Base64.html (limited to 'Crypto-Macaroon-Serializer-Base64.html') diff --git a/Crypto-Macaroon-Serializer-Base64.html b/Crypto-Macaroon-Serializer-Base64.html new file mode 100644 index 0000000..3a8aa14 --- /dev/null +++ b/Crypto-Macaroon-Serializer-Base64.html @@ -0,0 +1,4 @@ +Crypto.Macaroon.Serializer.Base64

hmacaroons-0.5.0.0: Haskell implementation of macaroons

Copyright(c) 2015 Julien Tanguy
LicenseBSD3
Maintainerjulien.tanguy@jhome.fr
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Crypto.Macaroon.Serializer.Base64

Description

Base64 serializer/deserializer

Documentation

serialize :: Macaroon -> ByteString

Serialize a macaroon in an URL-safe Base64 encoding

deserialize :: ByteString -> Either String Macaroon

Deserialize a macaroon from a base64url-encoded ByteString

\ No newline at end of file -- cgit v1.2.3