You are not logged in.
Pages: 1
Hello, is it possible to add some convenient functions to the mORMot library for working with cryptocurrency, for example, converting private keys to wallet addresses ?
Example:
privatekey: 0000000000000000000000000000000000000000000000000000000000000001
ethereum wallet:0x7E5F4552091A69125d5DfCb7b8C2659029395Bdf
bitcoin wallet1: 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
bitcoin wallet2: 3JvL6Ymt8MVWiCNHC7oWU6nLeHNJKLZGLN
bitcoin wallet3: bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4
bitcoin wallet4: 1EHNa6Q4Jz2uvNExL497mE43ikXhwF6kZm
It would be very cool if you implemented this, otherwise there are huge difficulties with this in Delphi, I think a lot of people would thank you
Offline
Hello,
Why that would have to be part of mORMot, seems like Business logic, not necessarily beneficial to the framework it self...
-Tee-
Offline
For sure, cryptocurencies are such a huge matter, with so many branches and algorithms, it is a whole another project...
But of course, since mORMot cryptography is now stable, well supported and efficient, making a cryptocurrency library in top of it could make sense.
No plan for it from my personal point of view. But if someone starts this work, I would be pleased to help, if some crypto primitive is missing or a bug is identified.
Offline
For sure, cryptocurencies are such a huge matter, with so many branches and algorithms, it is a whole another project...
But of course, since mORMot cryptography is now stable, well supported and efficient, making a cryptocurrency library in top of it could make sense.
No plan for it from my personal point of view. But if someone starts this work, I would be pleased to help, if some crypto primitive is missing or a bug is identified.
Yes, indeed, I myself noticed that sha256-sha512 works perfectly and quickly in the mORMot library !
Last edited by Uefi (2024-05-28 11:59:23)
Offline
Pages: 1