All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2021-01-27
- Issuing and verifying JSON-LD Verifiable Credentials and Verifiable Presentations.
- Linked data proof types RsaSignature2018 and Ed25519Signature2018.
- Resolving DID methods did:key, did:web, and did:tz (layer 1), for proof verification.
- Deriving did:key and did:tz DIDs from Ed25519 keypairs.
- Ed25519 keypair generation.
- CLI (
didkit
). - HTTP server (
didkit-http
) implementing vc-http-api0.0.1
. - C shared library (
didkit.so
). - Java package (
didkit.jar
). - Android library (
didkit.aar
). - Dart/Flutter plugin.
- Apache License, Version 2.0.
- Third-party copyright notices.