Skip to content

karimStekelenburg/anoncreds-rs

 
 

Repository files navigation

anoncreds-rs

Shared Rust libraries for Hyperledger Anoncreds.

  • anoncreds: Verifiable credential issuance and presentation

  • indy-data-types: Data type definitions for Schemas, Credential Definitions and other types related to credential issuance and processing

  • indy-test-utils: Utilities for use in integration tests.

  • indy-utils: Standard wrappers around binary data encodings and Ursa-provided cryptography functions. Includes support for representing WQL (wallet query language) expressions, normalizing transactions for signing, deriving DIDs and verification keys, and packing and unpacking agent messages using the DIDComm v1 envelope format.

Credit

The initial implementation of anoncreds-rs is derived from indy-shared-rs that was developed by the Verifiable Organizations Network (VON) team based at the Province of British Columbia, and derives largely from the implementations within Hyperledger Indy-SDK. To learn more about VON and what's happening with decentralized identity in British Columbia, please go to https://vonx.io.

Contributing

Pull requests are welcome! Please read our contributions guide and submit your PRs. We enforce developer certificate of origin (DCO) commit signing. See guidance here.

We also welcome issues submitted about problems you encounter in using anoncreds-rs.

License

Apache License Version 2.0

Packages

No packages published

Languages

  • Rust 58.0%
  • TypeScript 15.0%
  • C++ 8.6%
  • Go 8.3%
  • Python 6.7%
  • C 1.3%
  • Other 2.1%