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

相关推荐
努力还债的学术吗喽17 小时前
2021 IEEE【论文精读】用GAN让音频隐写术骗过AI检测器 - 对抗深度学习的音频信息隐藏
人工智能·深度学习·生成对抗网络·密码学·音频·gan·隐写
大千AI助手2 天前
艾伦·图灵:计算理论与人工智能的奠基人
人工智能·密码学·图灵·turing·人工智能之父·计算机科学之父·图灵机
openHiTLS密码开源社区3 天前
【密码学实战】国密TLCP协议简介及代码实现示例
密码学·国密·sm2·sm3·sm4·openhitls·tlcp
hrrrrb7 天前
【密码学】6. 消息认证和哈希函数
算法·密码学·哈希算法
hrrrrb7 天前
【密码学】8. 密码协议
密码学
景彡先生8 天前
密码学侧信道攻击(Side-channel Attack):从物理泄露中窃取密钥
密码学
小明的小名叫小明10 天前
区块链技术原理(1) -密码学
区块链·密码学·哈希算法
景彡先生11 天前
基于编码的密码学与Classic McEliece:后量子时代的稳健之选
密码学
白帽程序员猫哥11 天前
漏洞全讲解之中间件与框架漏洞(数字基础设施的“阿喀琉斯之踵“)
网络·安全·web安全·中间件·密码学·渗透
景彡先生11 天前
密码学分组模式详解:从ECB到GCM的进化之路
网络·密码学