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

相关推荐
如君愿23 分钟前
考研复习 Day 43 | 密码学--第五章 序列密码(下)
考研·密码学·课后习题
CS创新实验室2 天前
大Ω符号、密码学与量子计算机:当“最低消费”被重新定义
密码学
如君愿2 天前
考研复习 Day 41 | 密码学--第四章 分组密码(下)
考研·密码学·课后习题
padane223 天前
gmssl编译wasm
ubuntu·html·密码学·wasm·js
如君愿3 天前
考研复习 Day 42 | 密码学--第五章 序列密码(上)
考研·密码学
vortex53 天前
国密(商用密码)算法核心参数速查
算法·密码学
Geometry Fu3 天前
《物联网安全》第2章 密码技术基础
物联网·安全·密码学·密码技术
如君愿5 天前
考研复习 Day 40 | 密码学--第四章 分组密码(中)
考研·密码学
H0ne7 天前
有限域算术:GF(2^n) 运算与在 AES/ECC 中的应用
密码学·抽象代数
技术不好的崎鸣同学8 天前
信息安全工程师之《密码学基本理论》
密码学