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

相关推荐
衍生星球2 天前
【网络安全】对称密码体制
网络·安全·网络安全·密码学·对称密码
chirrupy_hamal2 天前
为什么 ECB 模式不安全
密码学
粉车绿衣搞笑网工女3 天前
密码学---easy_hash
算法·密码学·哈希算法
nina_LeXin3 天前
Mina protocol - 体验教程
web3·区块链·密码学·零知识证明
辉哥的编程道路5 天前
基于OpenSSL的密码管理系统-应用密码学课程报告
计算机·密码学·同等学力申硕
粉车绿衣搞笑网工女6 天前
密码学---常见的其他密码
网络安全·密码学
CyberSecurity_zhang6 天前
密码学基础--ECDSA算法入门
密码学·椭圆曲线·ecdsa
不会代码的小徐7 天前
CTF常见编码及加解密(超全)第二篇
网络安全·密码学·预编码
chirrupy_hamal8 天前
加密
密码学
EthanXone1968 天前
【学习笔记】SSL密码套件之哈希
密码学·哈希算法·ssl·mac·密码套件·poly1305·aead