Crypto++ Library is a free C++ class library of cryptographic schemes. Currently the library contains the following algorithms:algorithm type name authenticated encryption schemes GCM, CCM, EAX high speed stream ciphers Panama, Sosemanuk, Salsa20, X
加密算法合集 Crypto++ Version 5.5.2 Crypto++: a C++ Class Library of Cryptographic Schemes Version 5.5.2 (9/24/2007) Crypto++ Library is a free C++ class library of cryptographic schemes. Currently the library contains the following algorithms: algorithm
Crypto++: a C++ Class Library of Cryptographic Schemes Version 5.5.2 (9/24/2007) Crypto++ Library is a free C++ class library of cryptographic schemes. Currently the library contains the following algorithms: algorithm type name high speed stream ci
The Salsa20 family of stream ciphers;
Salsa20 is a family of 256-bit stream ciphers designed in 2005 and submitted to eSTREAM, the ECRYPT Stream Cipher Project. Salsa20 has progressed to the third round of eSTREAM without any changes. The 20-round st
Peernet核心
任何Peernet应用程序都需要的核心库。 它提供了到网络和所有基本功能的连接。
当前版本:0.1(预Alpha版)
加密和散列功能
Salsa20用于加密数据包。
secp256k1用于生成对等ID(公共密钥)。
blake3用于在签名时对数据包进行哈希处理,并用作DHT的哈希算法。
依存关系
必须达到1.16或更高。 编译之前,请确保下载并更新所有第三方软件包:
go get -u github.com/btcsuite/btcd/btcec
go get -u