diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-14 17:38:26 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-14 17:38:26 +0200 |
commit | b44d2aa13fc1172e4bda303e7d177389e22d3f95 (patch) | |
tree | 870245cbd81295d4453dd703fe7917da53e174fd | |
parent | 1971e224efa6a5940fb8b15c718f2b59c2d0f014 (diff) | |
download | hmacaroons-b44d2aa13fc1172e4bda303e7d177389e22d3f95.tar.gz hmacaroons-b44d2aa13fc1172e4bda303e7d177389e22d3f95.tar.zst hmacaroons-b44d2aa13fc1172e4bda303e7d177389e22d3f95.zip |
Update Readme: rust impl & todos
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,8 +26,9 @@ Implementations | |||
26 | 26 | ||
27 | - [C](https://github.com/rescrv/libmacaroons) | 27 | - [C](https://github.com/rescrv/libmacaroons) |
28 | - [Java](https://github.com/nitram509/jmacaroons) | 28 | - [Java](https://github.com/nitram509/jmacaroons) |
29 | - [Python](https://github.com/ecordell/pymacaroons) | ||
30 | - [Node.js](https://github.com/nitram509/macaroons.js) | 29 | - [Node.js](https://github.com/nitram509/macaroons.js) |
30 | - [Python](https://github.com/ecordell/pymacaroons) | ||
31 | - [Rust](https://github.com/cryptosphere/rust-macaroons.git) | ||
31 | 32 | ||
32 | TODO | 33 | TODO |
33 | ==== | 34 | ==== |
@@ -37,3 +38,4 @@ TODO | |||
37 | - JSON serialization | 38 | - JSON serialization |
38 | - Quickcheck tests | 39 | - Quickcheck tests |
39 | - Error handling | 40 | - Error handling |
41 | - FFI's for testing and benchmarking purposes | ||