Module lockchain_core::crypto::encoding [−][src]
Easy to use encoding utility functions
Functions
| base64_decode |
Decode a base64 string into arbitrary data |
| base64_encode |
Encode a piece of arbitary data into a bse64 string |
| encode_hex |
Simply encode a byte-string as hexadecimal symbols |