[密码学][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精选文章

相关推荐
李匠20246 小时前
C++学习之密码学知识
学习·密码学
christine-rr3 天前
密码学基础——AES算法
网络·安全·密码学·加密
apcipot_rain4 天前
密码学——序列密码 序列线性复杂度 B-M算法 例题演示
算法·密码学
christine-rr5 天前
密码学基础——分组密码的运行模式
网络·密码学·密码
浩浩测试一下6 天前
内网渗透(杂项集合) --- 中的多协议与漏洞利用技术(杂项知识点 重点) 持续更新
安全·web安全·网络安全·系统安全·密码学·安全架构
christine-rr6 天前
密码学基础——DES算法
安全·网络安全·密码学·密码
Мартин.6 天前
[CISSP] [6] 密码学和对称密钥算法
算法·密码学
CyberSecurity_zhang9 天前
密码学常见填充模式汇总
信息安全·密码学
christine-rr9 天前
密码学基础——古典密码学
密码学