/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.wpsoftware.net
| | jonasnick.github.io
5.3 parsecs away

Travel
| | Abstract: MuSig is a multi-signature scheme for Schnorr signatures, which supports key aggregation and is secure in the plain public key model. ...
| | blog.blockstream.com
4.9 parsecs away

Travel
| | Bitcoin lets users choose rules to control how their funds can be spent and have them automatically enforced by the network.
| | andrea.corbellini.name
3.1 parsecs away

Travel
| | [AI summary] This technical blog post explains the mathematical principles, key generation, and implementation details of Elliptic Curve Cryptography (ECC) covering domain parameters, verifiably random curves, ECDH key exchange, and ECDSA signatures.
| | rog3rsm1th.github.io
22.4 parsecs away

Travel
| The Okamoto-Uchiyama cryptosystem is a semantically secure, asymmetric encryption algorithm. It was first introduced in 1998 by Tatsuaki Okamoto and Shigenori Uchiyama. The method is additive-homomorphic, which means that the plaintexts are added by multiplying two ciphertexts. It is therefore not necessary to decrypt the ciphertexts in order to be able to operate on the plaintexts. While searching for implementations of this algorithm on github, I realized that there were only two rough implementations.