2 releases

0.1.1 Mar 8, 2023
0.1.0 Dec 16, 2022

#869 in Authentication

Download history 251/week @ 2024-01-05 260/week @ 2024-01-12 315/week @ 2024-01-19 601/week @ 2024-01-26 804/week @ 2024-02-02 519/week @ 2024-02-09 806/week @ 2024-02-16 567/week @ 2024-02-23 839/week @ 2024-03-01 537/week @ 2024-03-08 376/week @ 2024-03-15 666/week @ 2024-03-22 626/week @ 2024-03-29 682/week @ 2024-04-05 845/week @ 2024-04-12 723/week @ 2024-04-19

3,009 downloads per month
Used in 23 crates (16 directly)

Apache-2.0 and Apache-2.0…

310KB
6K 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


lib.rs:

Decentralized Identifiers (DIDs)

As specified by Decentralized Identifiers (DIDs) v1.0 - Core architecture, data model, and representations.

Dependencies

~16–33MB
~492K SLoC