chore: cardano-node 11.0.1 (#319)
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bump urllib3 from 2.6.3 to 2.7.0 in /doc
The rust-accumulator default package is static-only Haskell.nix needs it listed explicitly as a pkgconfig dependency so the musl build of hydra-plutus can find it. Without this, GHC's TH plugin loader fails with 'unsupported relocation type 37' because it cannot locate the library on the musl build path.
Signed-off-by: cryptodj413 <[email protected]>
Adds round-trip, format, and signing tests plus a criterion benchmark suite for the cardano-crypto-wallet package.
Adds the cardano-crypto-wallet Haskell package exposing Cardano.Crypto.WalletHD.Encrypted, which provides authenticated encryption and key derivation for HD wallet keys using the v2 envelope format (Argon2id KDF + XChaCha20-Poly1305 AEAD via libsodium).
Adds encrypted_sign.c implementing HD wallet key operations using libsodium (Argon2id KDF, XChaCha20-Poly1305 AEAD, HMAC-SHA512). Updates ed25519-hash.h to use libsodium SHA-512 instead of crypton.
Vendors the ed25519-donna implementation from the cardano-crypto package into this repository.