c26-wallet

command
v0.0.0-...-c7dd34c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2021 License: AGPL-3.0 Imports: 2 Imported by: 0

README

1.钱包说明与实现

1.比特币钱包,实际上管理的就是一个公钥-私钥的密码对 2.比特币地址特点 1.version:版本前缀,2个字节,主要用来识别格式,前缀“1”代表公网上的比特币地址 2.pubKey hash:20个字节,代表公钥哈希 3.checkSum:校验和4个字节(截图),表示添加到正在编码的数据的一端的校验字节 主要用于检测输入时产生的错误,该值通过pubKey hash得到 3.实现 1.钱包结构 2.通过钱包生成密钥对

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL