cosmos-sdk/types/address
Robert Zaremba 7969135abc
rework unsafe string -> bytes conversion #8674 (#8684)
Changing the unsafe string -> bytes conversion to fix
a security concern.

Closes: #8670

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2021-02-24 12:47:32 +00:00
..
README.md adr-028 address generation (#8415) 2021-02-15 15:32:51 +00:00
hash.go rework unsafe string -> bytes conversion #8674 (#8684) 2021-02-24 12:47:32 +00:00
hash_test.go rework unsafe string -> bytes conversion #8674 (#8684) 2021-02-24 12:47:32 +00:00
store_key.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
store_key_test.go adr-028 address generation (#8415) 2021-02-15 15:32:51 +00:00

README.md

Account

This package defines Cosmos SDK address related functions.

References