package
0.0.0-20210902152239-d07836ab426a
Repository: https://github.com/sylabs/golang-x-crypto.git
Documentation: pkg.go.dev
# Packages
Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package.
# 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.
BuildError wraps an error.
# 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.