Quicker to assume

The Raku Programming Language has a nice feature that goes by different names: "currying", "priming" or "partial application". Oddly enough, the method name associated with the feature is called assu...
0 Read More

Accountable Privacy in Web3 (3/4)

Accountable Privacy in Web3 (3/4)
Now that we've covered the key cryptographic concepts in Web3, let's try and implement them in code! We'll start the article by setting up an Elliptic Curve, a key primitive in many modern encryption ...
0 Read More