dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
173 stars 84 forks source link

feat: Enable threshold Schnorr signatures for Ed25519 #3844

Closed eichhorl closed 2 months ago

eichhorl commented 3 months ago

Description

Instructs the replica to generate a threshold Schnorr signing key for algorithm Ed25519 at start up. A test key id "Ed25519:dfx_test_key" is ready to be used by locally created canisters.

How Has This Been Tested?

Manual test using dfx start

Checklist: