...

Package base64

import "github.com/lestrrat-go/jwx/internal/base64"
Overview
Index

Overview ▾

func Decode

func Decode(src []byte) ([]byte, error)

func DecodeString

func DecodeString(src string) ([]byte, error)

func Encode

func Encode(src []byte) []byte

func EncodeToString

func EncodeToString(src []byte) string

func EncodeToStringStd

func EncodeToStringStd(src []byte) string

func EncodeUint64ToString

func EncodeUint64ToString(v uint64) string