00:07:29 a friend wrote a really nice article about dnssec, well worth a read: https://explained-from-first-principles.com/internet/#domain-name-system-security-extensions 05:26:36 tks TheCharlatan that's great 14:38:58 Note that today's research meeting is cancelled due to a scheduling conflict 14:39:15 Of course, anyone is welcome to discuss research whenever they like, or host a meeting 14:39:31 The agenda issue has been updated to next week instead 16:57:51 * Isthmus rolls in 16:57:57 * Isthmus catches up on backlog 16:58:01 * Isthmus rolls back out 18:54:38 Added some additional prover-only data embedding for Bulletproofs: https://github.com/SarangNoether/skunkworks/tree/pybullet 18:54:55 And also added prover-only data embedding for Bulletproofs+: https://github.com/SarangNoether/skunkworks/tree/pybullet-plus 18:55:24 Usual disclaimer that proof-of-concept code is not reviewed or written with security in mind, so do not use in production for any reason 18:56:03 So for BP you get 32 bytes embedded for prover and anyone with the PRNG seed, and another 32 bytes embedded for the prover 18:56:12 For BP+ you get only 32 bytes embedded for the prover 18:56:35 This prover-only stuff is because it requires knowledge of the Pedersen masks, which aren't all known except to the prover 18:57:06 For single-output proofs this doesn't really apply in the same way, but we don't allow single-output proofs anyway by consensus