issues
search
IntersectMBO
/
bech32
Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
47
stars
13
forks
source link
Revise the public interface of module `Codec.Binary.Bech32`.
#9
Closed
jonathanknowles
closed
4 years ago
jonathanknowles
commented
4 years ago
This PR:
[x] Exports the
dataPartFromWords
and
dataPartToWords
functions (See
https://github.com/input-output-hk/bech32/issues/3
).
[x] Exports the
Word5
data type (referenced by the above functions). (See
https://github.com/input-output-hk/bech32/issues/3
)
[x] Revises the public module documentation structure.
This PR:
dataPartFromWords
anddataPartToWords
functions (See https://github.com/input-output-hk/bech32/issues/3).Word5
data type (referenced by the above functions). (See https://github.com/input-output-hk/bech32/issues/3)