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

相关推荐

  1. [密码][ecc]secp256k1

    2024-01-07 16:54:02       65 阅读
  2. 密码系列1-安全规约

    2024-01-07 16:54:02       29 阅读
  3. 密码基础古典密码

    2024-01-07 16:54:02       37 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-07 16:54:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-07 16:54:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-01-07 16:54:02       87 阅读
  4. Python语言-面向对象

    2024-01-07 16:54:02       96 阅读

热门阅读

  1. Spring MVC之HandlerAdapter

    2024-01-07 16:54:02       57 阅读
  2. 神经网络中的重要概念

    2024-01-07 16:54:02       50 阅读
  3. hyperf 十九 数据库 二 模型

    2024-01-07 16:54:02       53 阅读
  4. 【SQL】加快SQL查询的九种优秀实践

    2024-01-07 16:54:02       59 阅读