package
0.0.0-20201215173143-01c241995a31
Repository: https://github.com/vividcortex/crypto.git
Documentation: pkg.go.dev

# Functions

NewBuilder creates a Builder that appends its output to the given buffer.
NewFixedBuilder creates a Builder that appends its output into the given buffer.

# Structs

A Builder builds byte strings from fixed-length and length-prefixed values.

# Interfaces

A MarshalingValue marshals itself into a Builder.

# Type aliases

BuilderContinuation is continuation-passing interface for building length-prefixed byte sequences.
String represents a string of bytes.
Tag represents an ASN.1 tag number and class (together also referred to as identifier octets).