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 ,美国数学家。文章来源:https://www.toymoban.com/news/detail-775024.html
一场椭圆曲线的寻根问祖之旅_语言 & 开发_李辉忠_InfoQ精选文章文章来源地址https://www.toymoban.com/news/detail-775024.html
到了这里,关于[密码学][ecc]secp256k1的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!