项目作者: tjdragon

项目描述 :
Public Key Recovery
高级语言: Java
项目地址: git://github.com/tjdragon/pkr.git
创建时间: 2020-01-14T10:29:11Z
项目社区:https://github.com/tjdragon/pkr

开源协议:

下载


Public Key Recovery

PKR Intro

When messages are signed with a private key (ECDSA) and need to be checked with the explicit knowledge
of the related public key, PKR is a trick which allows the recovery of the the public key from
the hash (SHA-256) of the message and its signature (ECDSA).
Standalone code “extracted” from https://bitcoinj.github.io/