> ## Documentation Index
> Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Base64

Provides a function for encoding some bytes in base64

## Functions

### encode

```solidity theme={null}
  function encode(
    bytes memory data
  ) internal pure returns (string memory)
```

Encodes some bytes to the base64 representation
