package
0.2.25
Repository: https://github.com/go-crypt/crypt.git
Documentation: pkg.go.dev

# Functions

DecodeParameterStr is an alias for DecodeParameterStrAdvanced using item separator and key value separator of ',' and '=' respectively.
DecodeParameterStrAdvanced decodes parameter strings into a []Parameter where sepItem separates each parameter, and sepKV separates the key and value.
Split an encoded digest by the encoding.Delimiter.

# Constants

Delimiter rune for all encodings.
DelimiterStr is the string variation of Delimiter.
ParameterDefaultItemSeparator is the default item separator.
ParameterDefaultKeyValueSeparator is the default key value separator.

# Variables

Base64RawAdaptedEncoding is the adapted encoding for crypt purposes without padding.

# Structs

Parameter is a key value pair.