didwebvh_signing_local 0.1.2
didwebvh_signing_local: ^0.1.2 copied to clipboard
Local in-memory Ed25519 Signer for did:webvh (async, JWK in/out) built on package:cryptography. A faithful Dart port of didwebvh-java's didwebvh-signing-local module.
Changelog #
The format is based on Keep a Changelog; this project adheres to Semantic Versioning.
Unreleased #
0.1.2 - 2026-06-14 #
- No functional changes; repo-level release tooling only (lockstep version bumping via
tool/bump-version.sh).
0.1.1 - 2026-06-13 #
- Packaging fixes (no API or behaviour change): restore the canonical
Apache-2.0
APPENDIXblock inLICENSEso pub.dev recognizes the license; requiredidwebvh: ^0.1.1.
0.1.0 - 2026-06-13 #
- Initial release: a faithful Dart port of
didwebvh-java'sdidwebvh-signing-localmodule.LocalKeySigner— an async Ed25519Signerbuilt onpackage:cryptography, withgenerate/fromPrivateKey/fromJsonand JWK-styletoJsonkey import/export.