Help with replacing the ECDSA cryptography in RETH #9539
0xHLiu
started this conversation in
Technical discussions
Replies: 1 comment 9 replies
-
cool
for what exactly? transactions? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm doing a masters thesis on looking at the performance of ethereum if it were to use a post-quantum encryption scheme, so I'm looking to replace the secp256k1 scheme with something else. Going through the entire repo, it looks incredibly deeply ingrained through the entire project. I understand though that the RETH project is very modular, so I think that maybe I'm not looking correctly at which parts of it I should be focusing on. What may be a better way to go about it or a good place to look for what a minimally viable implementation of RETH would look like (mainly which crates I can ignore). Thanks and would appreciate any advice!
Beta Was this translation helpful? Give feedback.
All reactions