dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
547 stars 394 forks source link

feat(crypto): CRP-2624 Create tECDSA/tSchnorr/vetKD mock canister #1029

Closed fspreiss closed 3 weeks ago

fspreiss commented 1 month ago

Adds the source code of the threshold mock canister as example dapp.

fspreiss commented 1 month ago

@altkdf, @randombit, we decided that this will live in https://github.com/dfinity/chainkey-testing-canister (to be made public). The code that is there now is equivalent with the code in this PR, with the exception of the content in the .github folder. I'm leaving this PR open for the purpose of code reviewing (given that in https://github.com/dfinity/chainkey-testing-canister the code is already in the main branch because that was needed for the open-sourcing process). If you have comments/feedback, please give it here and I'll address it in https://github.com/dfinity/chainkey-testing-canister.