3 releases

0.1.2 Jun 28, 2023
0.1.1 Mar 8, 2023
0.1.0 Dec 16, 2022

#747 in Authentication

Download history 203/week @ 2024-01-05 203/week @ 2024-01-12 270/week @ 2024-01-19 589/week @ 2024-01-26 805/week @ 2024-02-02 479/week @ 2024-02-09 712/week @ 2024-02-16 536/week @ 2024-02-23 783/week @ 2024-03-01 461/week @ 2024-03-08 328/week @ 2024-03-15 532/week @ 2024-03-22 549/week @ 2024-03-29 599/week @ 2024-04-05 755/week @ 2024-04-12 512/week @ 2024-04-19

2,532 downloads per month
Used in 9 crates (via ssi)

Apache-2.0 and Apache-2.0…

555KB
12K SLoC

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

~20–31MB
~483K SLoC