-
TheCharlatana friend wrote a really nice article about dnssec, well worth a read: explained-from-first-principles.com…ain-name-system-security-extensions
-
fluffyponytks TheCharlatan that's great
-
sarangNote that today's research meeting is cancelled due to a scheduling conflict
-
sarangOf course, anyone is welcome to discuss research whenever they like, or host a meeting
-
sarangThe agenda issue has been updated to next week instead
-
» Isthmus rolls in
-
» Isthmus catches up on backlog
-
» Isthmus rolls back out
-
sarangAdded some additional prover-only data embedding for Bulletproofs: github.com/SarangNoether/skunkworks/tree/pybullet
-
sarangAnd also added prover-only data embedding for Bulletproofs+: github.com/SarangNoether/skunkworks/tree/pybullet-plus
-
sarangUsual disclaimer that proof-of-concept code is not reviewed or written with security in mind, so do not use in production for any reason
-
sarangSo for BP you get 32 bytes embedded for prover and anyone with the PRNG seed, and another 32 bytes embedded for the prover
-
sarangFor BP+ you get only 32 bytes embedded for the prover
-
sarangThis prover-only stuff is because it requires knowledge of the Pedersen masks, which aren't all known except to the prover
-
sarangFor single-output proofs this doesn't really apply in the same way, but we don't allow single-output proofs anyway by consensus