Roman Khimov
|
b7702f3a2e
|
address: improve testing, make it 100% covered
|
2019-12-25 15:55:39 +03:00 |
|
Roman Khimov
|
c5ceb9128a
|
address: check for prefix when decoding
|
2019-12-25 15:50:52 +03:00 |
|
Roman Khimov
|
89b6cbf795
|
address: make Prefix overridable
As it should be, it's specified in the configuration file (and it should be
treated as byte in the config)
|
2019-12-25 15:42:18 +03:00 |
|
Roman Khimov
|
e685e9bf9a
|
address: move into its own package
Doesn't really belong to the crypto.
|
2019-12-25 15:22:02 +03:00 |
|
Roman Khimov
|
a025b9c42d
|
base58: remove bogus code from CheckDecode
No other implementation does that and it looks weird, I see nothing meaninful
here.
|
2019-12-25 15:07:11 +03:00 |
|
Roman Khimov
|
369ac01a27
|
base58: move into its own package
It doesn't belong to crypto in any way other than it uses hash function
internally.
|
2019-12-25 15:05:54 +03:00 |
|