dkls23 0.3.1

DEPRECATED — use dkls23-secp256k1 or dkls23-secp256r1 instead
Documentation

dkls23

This crate is deprecated. It has been replaced by a multi-crate workspace:

  • dkls23-secp256k1 — secp256k1 with Ethereum, Bitcoin, Cosmos, TRON address derivation
  • dkls23-secp256r1 — NIST P-256 with NEO3, Sui address derivation
  • dkls23-core — curve-generic core (use directly only for custom curves)

Migration

Replace in your Cargo.toml:

- dkls23 = "0.3"
+ dkls23-secp256k1 = "0.5"

The API is compatible — dkls23-secp256k1 re-exports everything from dkls23-core plus chain-specific address functions.

License

Licensed under either of Apache License 2.0 or MIT at your option.