Skip to main content

Module base64

Module base64 

Source
Expand description

Helper functions for Base64 encoding and decoding.

Functionsยง

deserialize
Decodes Base64 string as a byte vector.
serialize
Encodes byte slice as a Base64 string.