非對稱加密演算法(簽名演算法)應用場景
| 演算法名稱 | 全名 | 應用 | 方程式 | pyhon開源實作 |
|---|---|---|---|---|
| dsa | Digital Signature Algorithm,數字簽名演算法 | (https://github.com/tlsfuzzer/python-ecdsa/blob/master/src/ecdsa/ecdsa.py) | ||
| ECDSA | Elliptic Curve Digital Signature Algorith 橢圓曲線數字簽名演算法 | openssh、bitcoin(位元幣) | openssh(linux上ssh命令及其工具) | y 2 ( x 3 + a ? x + b ) m o d p y^2(x^3+a*x+b)\ mod\ p y2(x3+a?x+b) mod p |
| ed25519 | 扭曲愛德華茲曲線數字簽名演算法 | openssh | ||
| rsa | Ron Rivest、Adi Shamir、Leonard Adleman,三人首字母演算法 | openssh默認簽名演算法 |
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/244337.html
標籤:區塊鏈
