Browse code

Add Satoshi Nakamoto to names generator

Signed-off-by: Lucas Silvestre <lukas.silvestre@gmail.com>

Lucas Silvestre authored on 2019/04/18 03:31:08
Showing 1 changed files
... ...
@@ -705,6 +705,9 @@ var (
705 705
 		// Mildred Sanderson - American mathematician best known for Sanderson's theorem concerning modular invariants. https://en.wikipedia.org/wiki/Mildred_Sanderson
706 706
 		"sanderson",
707 707
 
708
+		// Satoshi Nakamoto is the name used by the unknown person or group of people who developed bitcoin, authored the bitcoin white paper, and created and deployed bitcoin's original reference implementation. https://en.wikipedia.org/wiki/Satoshi_Nakamoto
709
+		"satoshi",
710
+
708 711
 		// Adi Shamir - Israeli cryptographer whose numerous inventions and contributions to cryptography include the Ferge Fiat Shamir identification scheme, the Rivest Shamir Adleman (RSA) public-key cryptosystem, the Shamir's secret sharing scheme, the breaking of the Merkle-Hellman cryptosystem, the TWINKLE and TWIRL factoring devices and the discovery of differential cryptanalysis (with Eli Biham). https://en.wikipedia.org/wiki/Adi_Shamir
709 712
 		"shamir",
710 713