2 releases

0.1.1 Sep 25, 2023
0.1.0 Dec 15, 2022

#1166 in Cryptography

Download history 302/week @ 2023-12-15 194/week @ 2023-12-22 168/week @ 2023-12-29 248/week @ 2024-01-05 296/week @ 2024-01-12 362/week @ 2024-01-19 708/week @ 2024-01-26 891/week @ 2024-02-02 551/week @ 2024-02-09 756/week @ 2024-02-16 580/week @ 2024-02-23 864/week @ 2024-03-01 582/week @ 2024-03-08 421/week @ 2024-03-15 678/week @ 2024-03-22 553/week @ 2024-03-29

2,383 downloads per month
Used in 31 crates (8 directly)

Apache-2.0

24KB
406 lines

SSI's documentation is currently packaged with the DIDKit documentation here.

SSI

SSI provides core Verifiable Credential and Decentralized Identifier functionality in Rust. Rust was chosen for its expressive type system, memory safety, simple dependency web, and suitability across different platforms including embedded systems. This library is embedded in the the cross-platform didkit library as a core dependency.

Security Audits

ssi has undergone the following security reviews:

We are setting up a process to accept contributions. Please feel free to open issues or PRs in the interim, but we cannot merge external changes until this process is in place.

Install

Crates.io

ssi = "0.4"

From Source

$ git clone https://github.com/spruceid/ssi
$ cd ssi
$ git submodule update --init
$ cargo build

Additional resources

Dependencies

~0.7–6MB
~137K SLoC