File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Library to encode strings in Base64.
99
1010<!-- customintro:start --> <!-- customintro:end -->
1111
12- ## Functions
12+ ## Encoding / Decoding
1313
1414### encode(bytes,bool,bool)
1515
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ pragma solidity ^0.8.4;
66/// @author Modified from Solmate (https://github.com/transmissions11/solmate/blob/main/src/utils/Base64.sol)
77/// @author Modified from (https://github.com/Brechtpd/base64/blob/main/base64.sol) by Brecht Devos - <[email protected] >. 88library Base64 {
9+ /*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/
10+ /* ENCODING / DECODING */
11+ /*.•°:°.´+˚.*°.˚:*.´•*.+°.•°:´*.´•*.•°.•°:°.´:•˚°.*°.˚:*.´+°.•*/
12+
913 /// @dev Encodes `data` using the base64 encoding described in RFC 4648.
1014 /// See: https://datatracker.ietf.org/doc/html/rfc4648
1115 /// @param fileSafe Whether to replace '+' with '-' and '/' with '_'.
You can’t perform that action at this time.
0 commit comments