[密码学][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 小时前
ctfshow--Crypto(crypto1-14)解题步骤
java·开发语言·网络·安全·密码学·ctf·ctfshow
安当加密1 天前
数据库密码写配置文件?我用动态凭据管理重构了50个微服务的数据库连接
数据库·密码学·安全架构
MicroTech20251 天前
微算法科技(NASDAQ :MLGO)基于后量子密码学的动态BFT共识机制:QDBFT架构
科技·算法·密码学
Zevalin爱灰灰2 天前
现代密码学 第二章——流密码【下】
算法·密码学
其实防守也摸鱼3 天前
CTF密码学综合教学指南--第九章
开发语言·网络·python·安全·网络安全·密码学·ctf
Zevalin爱灰灰4 天前
现代密码学 第四章——公钥密码【上】
安全·密码学
岁岁的O泡奶4 天前
NSSCTF_crypto_[LitCTF 2023]babyLCG
经验分享·python·算法·密码学·crypto·流密码
Zevalin爱灰灰4 天前
现代密码学 第一章——概述
密码学
Zevalin爱灰灰5 天前
现代密码学 第三章——分组密码【上】
密码学
其实防守也摸鱼5 天前
CTF密码学综合教学指南--第五章
开发语言·网络·笔记·python·安全·网络安全·密码学