reddit.com

Total Posts
46581
Total Predictions
10868
Success Rate
25.5%
Average Score
0.00

Posts

Reddit by cryptoam1 October 13, 2024

Going from KEM to Signatures

Is there a known efficient way to generically convert a secure KEM into a signature scheme? I'm looking for a method that doesn't devolve to turning the KEM into an OWF and then building a hash based signature scheme. I am aware that you can use a secure KEM to …

Reddit by an-unique October 12, 2024

question about web crypto subtle ecdh shared secrets

hello everybody, is there any way to generate an ecdh key with javascript in a browser and with c on a backend? how are the common secrets calculated? im trying to get a edch shared secret in a browser and on a backend without using subtle on the backend itself? …

Reddit by Just_Shallot_6755 October 10, 2024

ML-DSA secret norms?

I was performing vivisection of an implementation of ML-DSA and noticed that the L2 norms of the secret vectors were longer than I had anticipated. My understanding (which could be incorrect) was that for a secret to be short enough it should fall within 0 ≤ |x|\_l2 ≤ B, where …

Reddit by silene0259 October 9, 2024

Thoughts and Opinions About SQIsign?

What are your thoughts and opinions about SQIsign, the post-quantum digital signature?

Reddit by AbbreviationsGreen90 October 8, 2024

When using Groth16, is it really needed to change both G₂ points of the public & private inputs in the trusted setup for avoiding public input forgery ?

First remember ᴇɪᴘ‒197 only allow to check if a set of pairings is equal to 1 in Fp^(12) and not to compare equalities like in Zcash which is why the equations below are different and would worth downvotes on a cryptographic sub as a result… # For those who don’t …