develop herolib crypto #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop-herolib-crypto"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR Description
Consolidate Ed25519 Keys and HTTP Signatures into Unified Crypto Package
This PR consolidates the
herolib-keysandherolib-httpsigpackages into a singleherolib-cryptopackage with feature flags for selective compilation.📦 Changes
Package Consolidation
packages/keys/andpackages/httpsig/standalone packagespackages/crypto/unified packageModule Structure
Feature Flags
Users can now compile only what they need:
default-features = false, features = ["keys"]features = ["full"]Integration Updates
herolib-cryptowithfeatures = ["full"]herolib-crypto✅ Verification
Compilation
Tests
Integration