jihoonsong / hotstuff

MIT License
1 stars 1 forks source link

Add cryptography crate #1

Open jihoonsong opened 1 week ago

jihoonsong commented 1 week ago

We need a cryptography crate to generate a pair of public key and secrete key used for node identification, and sign and verify messages. Each node will sign its message and attach the signature before broadcasting.

syjn99 commented 4 days ago

Can take this up. Here's my plan: