gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] VRFs


From: Jeff Burdges
Subject: [GNUnet-developers] VRFs
Date: Mon, 23 Jul 2018 12:08:09 +0200

VRFs are interesting critters:
https://en.wikipedia.org/wiki/Verifiable_random_function

"Unlike traditional digital signature algorithms, VRF outputs can be published 
publicly without being subject to a preimage attack, even if the verifier knows 
the public key (but not the proof). This is useful to prevent enumeration of 
the names/identifiers in a directory which is using a transparency system.”

They are basically deterministic signatures like RSA or BLS with a hash 
function applied, that one models as a random oracle.

https://crypto.stackexchange.com/a/58281

https://www.cs.bu.edu/~goldbe/papers/nsec5.html
https://www.cs.bu.edu/~goldbe/projects/vrf

https://crypto.stackexchange.com/a/50683


Attachment: signature.asc
Description: Message signed with OpenPGP


reply via email to

[Prev in Thread] Current Thread [Next in Thread]