#APx v0.16.0
https://crates.io/crates/apx_sdk/0.16.0
- Added method for creating RFC-9421 signatures (previously only verification was implemented).
- Support for wasm32-unknown-unknown compilation target in apx_core.
#APx v0.16.0
https://crates.io/crates/apx_sdk/0.16.0
- Added method for creating RFC-9421 signatures (previously only verification was implemented).
- Support for wasm32-unknown-unknown compilation target in apx_core.
#APx v0.15.0
This release includes several RFC-9421 implementation improvements and a security fix for HTTP signatures.
Changelog: https://codeberg.org/silverpill/mitra/src/tag/apx-v0.15.0/apx_sdk/CHANGELOG.md
#APx ActivityPub toolkit consists of two packages: apx_sdk (the main package) and apx_core.
The second one contains the most basic building blocks: keys, signatures, URIs, DIDs and encodings. It can be useful even if you already have a mature ActivityPub application and don't want to import the whole SDK. For example, there are implementations of FEP-8b32 and FEP-ef61 'ap' URIs.