mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Add base64 encoder/decoder
This commit is contained in:
parent
70cae879e3
commit
a596c525ad
3 changed files with 66 additions and 8 deletions
|
@ -398,4 +398,9 @@ void ignoreException();
|
|||
string filterANSIEscapes(const string & s, bool nixOnly = false);
|
||||
|
||||
|
||||
/* Base64 encoding/decoding. */
|
||||
string base64Encode(const string & s);
|
||||
string base64Decode(const string & s);
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue