Search
5 results for “_json420”
-
I've reached 420 commits in ZebraChain. All 69 unit tests are passing.
https://github.com/zebrafactory/zebrachain
Not joking, `cargo test` for yourself 😏
-
I'm now doing post quantum secure hybrid signing with #Dilithium and #ed25519 (in #Rust of course):
https://github.com/zebrafactory/zebrachain -
Let us all spend a contemplative moment together and watch this #BFR 🚀 take off:
https://www.youtube.com/watch?v=ixZpBOxMopc
Let us all appreciate how amazing it is that humans can build things like this. That's all. 💖
-
Let us all spend a contemplative moment together and watch this #BFR 🚀 take off:
https://www.youtube.com/watch?v=ixZpBOxMopc
Let us all appreciate how amazing it is that humans can build things like this. That's all. 💖
-
Content addressable storage is simple and elegant right up to the point when you need to support multiple hash functions and/or digest sizes. After that, it becomes a much more difficult beast to tame.
But tame that fucking beast I will, goddamnit!
I'm really trying to learn from Git's difficulty in migrating to something other than sha1:
https://git-scm.com/docs/hash-function-transition/One thing I'm doing differently is supporting multiple hash functions and digest sizes from the Git-go (hehe).