Skip to content

Commit

Permalink
accept orochi m1
Browse files Browse the repository at this point in the history
  • Loading branch information
takahser committed Oct 17, 2023
1 parent 6b9b041 commit e29ce1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions evaluations/orochi_1_takahser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Evaluation

- **Status:** In Progress
- **Status:** Accepted
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/orochi-network-orosign-part1.md
- **Milestone:** 1
- **Kusama Identity:** Address
Expand All @@ -13,8 +13,8 @@
| 0c. | Research | <ul><li>[x] </li></ul> | [Threshold Signature chapter](https://github.com/orochi-network/orochi-network.github.io/blob/b907b68bad61bab4df4f120f6c56bdd3ea8fddba/src/threshold-ecdsa/chapter.md) | Public technical reports not provided |
| 1. | Research | <ul><li>[x] </li></ul> | [Threshold Signature chapter](https://github.com/orochi-network/orochi-network.github.io/blob/b907b68bad61bab4df4f120f6c56bdd3ea8fddba/src/threshold-ecdsa/chapter.md) | Research on secp256k1 threshold ECDSA provided |
| 2. | Research | <ul><li>[x] </li></ul> | [MPC Research for `secp256k1`](https://github.com/orochi-network/orochi-network.github.io/blob/b907b68bad61bab4df4f120f6c56bdd3ea8fddba/src/threshold-ecdsa/threshold-ecdsa-construction/introduction.md) | - |
| 3. | Research | <ul><li>[ ] </li></ul> | - | Sr25519 uses Schnorr, not ECDSA. Hence, the Canneti's Construction that relies on ECDSA doesn't seem suitable. |
| 4. | Research | <ul><li>[ ] </li></ul> | - | Ed25519 uses EdDSA, not ECDSA. Hence, the Canneti's Construction that relies on ECDSA doesn't seem suitable. |
| 3. | Research | <ul><li>[x] </li></ul> | [`ed25519` curve parameters](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/intended-implementation/threshold-eddsa-for-ed25519.md?plain=1), [FROST construction](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/frost-construction/introduction.md) | MPC can be constructed using the FROST threshold signature scheme with the `ed25519` params, since `ed25519` is a Schnorr signature scheme. |
| 4. | Research | <ul><li>[x] </li></ul> | [`sr25519` curve parameters](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/intended-implementation/threshold-eddsa-for-sr25519.md), [FROST construction](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/frost-construction/introduction.md) | MPC can be constructed using the FROST threshold signature scheme with the `sr25519` params, since `sr25519` is a Schnorr signature scheme. |

## General Notes

Expand Down

0 comments on commit e29ce1c

Please sign in to comment.