macaroons
Macaroons for OCaml
Description
This is a minimal reimplementation of libmacaroons (https://github.com/rescrv/libmacaroons) in OCaml.
It consists of two findlib libraries: macaroons
and macaroons.sodium
. The
first provides a functor over the required cryptographic operations, while the
second uses libsodium for crypto, and is only installed if the OPAM package
sodium
is installed.
See the paper http://research.google.com/pubs/pub41892.html to learn about Macaroons.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 15 Feb 2015
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies