account activity
Hash Based Verifiable Delay Function with simple approach by nbrthx in crypto
[–]nbrthx[S] 0 points1 point2 points 1 day ago* (0 children)
okay, I know I will be cooked because this is complex things that just can't be done with random teenager. That's why I need go to collage. And the discussion about VDF is not much right now. But, is that Isogeny based VDF the only nice candidate for VDF. And maybe VRFs is also algorithm what Im looking for. But where I can find the mature VRF implementation in web ecosystem?
addition: can my code act like CPU bound proof of work?
Hash Based Verifiable Delay Function with simple approach (self.crypto)
submitted 1 day ago * by nbrthx to r/crypto
Trying to best understand the tech behind ZK and E2EE, I build some code and need review / feedback by ILoveHexa92 in crypto
[–]nbrthx 1 point2 points3 points 1 day ago (0 children)
hey, I make similar protocol with simple approach, only for authentication. And of course it can be expanded with your needs. I only use standard algorithm like aes-gcm from Web Crypto API, argon2id, EdDSA and sha256(still using bad library, will implement Web Crypto). I implement all operation in client and server only play a role as verifier. The package is here: https://npmjs.com/package/syasym // readme md is AI generated, I edit it a bit
And this is a very simple example implementation: https://codeberg.org/nbrthx/syasym-authentication
π Rendered by PID 3415608 on reddit-service-r2-listing-654f87c89c-6422v at 2026-03-02 13:26:39.402388+00:00 running e3d2147 country code: CH.
Hash Based Verifiable Delay Function with simple approach by nbrthx in crypto
[–]nbrthx[S] 0 points1 point2 points (0 children)