1 unstable release
Uses old Rust 2015
0.0.1 | Jun 30, 2015 |
---|
#43 in #key-derivation
130KB
3.5K
SLoC
rust-striple
striple support for rust.
Build
Use cargo tool to build and test.
Status
WIP
Overview
-
minimal abstraction : linkend to bytes or to Reader/Writer
-
encoding and key signing scheme interface
-
minimal dependency, only some implementing signing scheme (rsa ecdsa)
-
c linking
lib.rs
:
Lib to manipulate striple (Signed-Triples) in Rust.
It ensures standard exchange format of striple as bytes. It provide interface to striple for any struct.
Several feature implements validation scheme (signature, verification and key derivation). Others add optional traits implementation such as serialize.
Dependencies
~0.7–3.5MB
~62K SLoC