lnd.xprv/lntypes
Joost Jager 18698663c5
lnhash: create Hash and Preimage types
This commit adds new hash and preimage types. These types are
similar to chainhash.Hash, except for that string representations
are not reversed.

The reason for adding dedicated types and not use [32]byte, is to
facilitate logging (%v displays as hex string) and have
standard methods to convert from byte slice and string with a
length check.
2019-02-01 09:42:23 +01:00
..
hash.go lnhash: create Hash and Preimage types 2019-02-01 09:42:23 +01:00
preimage.go lnhash: create Hash and Preimage types 2019-02-01 09:42:23 +01:00