base64url

package module
v0.0.0-...-483af17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2017 License: MIT Imports: 3 Imported by: 20

README

Base64URL

Implementation of base64url removing the traling = and also changing +,/ to the more url friendly -,_ characters.

The decode implementation is reversing the process before running DecodeString from the base64 package.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(str string) ([]byte, error)

func Encode

func Encode(data []byte) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL