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

相关推荐
数据知道20 小时前
密钥管理(KMS)——轮换、分级、HSM 硬件安全模块
网络安全·密码学·哈希算法
老王熬夜敲代码1 天前
BLAKE3:最快的密码学哈希函数
算法·密码学·哈希算法
无小道2 天前
对称加密和非对称加密(小记)
网络·密码学
数据知道2 天前
国密算法实战——SM2/SM3/SM4 在国产系统中的应用
网络·算法·安全·网络安全·密码学·哈希算法
数据知道2 天前
量子计算威胁——后量子密码(PQC)迁移实战
安全·网络安全·密码学·量子计算
keven-wang3 天前
密码学-对称加密和非对称加密
网络·密码学
keven-wang3 天前
密码学-数字证书及其他相关概念
网络·密码学
数据知道3 天前
哈希与密码存储——bcrypt、Argon2、盐值与彩虹表
网络·算法·安全·网络安全·密码学·哈希算法
hansang_IR4 天前
【题解】P4454 [CQOI2018] 破解D-H协议
c++·算法·密码学·数论
keven-wang4 天前
密码学-6个密码学核心概念
密码学