[密码学][ecc]secp256k1

secp256k1 is the elliptic curve used in Bitcoin's public key cryptography. It is defined by the equation y^2 = x^3 + 7 and is based on the finite field mathematics. The "secp" in secp256k1 stands for "Standards for Efficient Cryptography" and "256" refers to the curve's bit length. The "k1" indicates that it is the first elliptic curve proposed by Koblitz in 2000. It is widely used for generating Bitcoin addresses and performing cryptographic operations in the Bitcoin network.

secp--Standards for Efficient Cryptography(Prime field)

256--curve's bit length

k1--it is the first elliptic curve proposed by Koblitz in 2000.

Neal Koblitz ,美国数学家。

一场椭圆曲线的寻根问祖之旅_语言 & 开发_李辉忠_InfoQ精选文章

相关推荐
CD-i25 分钟前
密码学实验:凯撒密码
网络·密码学
泡泡_02243 小时前
密码学--仿射密码
密码学
weixin_387002151 天前
使用GmSSL v3.1.1实现SM2证书认证
算法·安全·区块链·密码学·ssl
泡泡_02246 天前
密码学--AES
c++·安全·密码学
泡泡_02247 天前
密码学--RSA
c++·密码学
apcipot_rain7 天前
【应用密码学】实验四 公钥密码1——数学基础
密码学
_AaRong_7 天前
经典密码学算法实现
算法·密码学
搬砖魁首8 天前
密码学系列 - SR25519与ED25519
密码学
胡耀超9 天前
对称加密算法(AES、ChaCha20和SM4)Python实现——密码学基础(Python出现No module named “Crypto” 解决方案)
开发语言·python·密码学·数据安全·aes·sm4·chacha
敲上瘾10 天前
从明文裸奔到密钥长城:HTTPS加密全链路攻防与CA信任锚点构建
服务器·网络·网络协议·http·网络安全·https·密码学