Quantum Safe Bitcoin (QSB) enables signing Bitcoin transactions in a way that remains secure even against an adversary with a large-scale quantum computer running Shor's algorithm. The scheme requires no changes to the Bitcoin protocol — it operates entirely within the existing legacy script constraints (201 opcodes, 10,000 bytes).
pull down to refresh
I was just about to post about this.
I spent WAY to much time trying to understand Binohash (#1442276), but luckily people smarter than me were thinking about it to.
From what I understood of Binohash, it relies on a quirk of how legacy script works in Bitcoin where a signature gets included in a script, but must be stripped out in order to validate the script (I probably have this a little wrong, but it's something like this). The result is that you can use this functionality to trick Bitcoin script into introspection. I'm still fuzzy on this and I doubt I could actually explain it well.
Anyhow, this new idea, Quantum Safe Bitcoin, uses some of the technique in Binohash to do something different:
So my grug brained explanation is that this lets you treat a hash as a valid Bitcoin signature.
Of course, supertestnet has a pretty good response too:
source
Here's Robin Linus's tl;dr
source
https://twiiit.com/robin_linus/status/2042352249037623332
I honestly don't understand the technicals either. I've been spending way more time lately learning more about how lightning works than base layer.
https://twiiit.com/SuperTestnet/status/2042343435978359215