Registry / serialization / go-asn1-ber-asn1-ber

go-asn1-ber-asn1-ber

JSON →
library1.5.7gogounverified

A Go library for encoding and decoding ASN.1 BER (Basic Encoding Rules) data.

go get github.com/go-asn1-ber/asn1-ber
INSTALL
IMPORT
SIG · GO-ASN1-BER-ASN1-B
G
go-asn1-ber-asn1-ber
serializationgov1.5.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ber
github.com/go-asn1-ber/asn1-ber

Encodes an ASN.1 BER integer packet and prints its bytes.

package main import ( "fmt" "github.com/go-asn1-ber/asn1-ber" ) func main() { // Example: encode an integer packet := ber.Encode(ber.ClassUniversal, ber.TypePrimitive, ber.TagInteger, []byte{42}) fmt.Printf("Encoded packet: %x\n", packet.Bytes()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
go-asn1-ber-asn1-ber — go get go-asn1-ber-asn1-ber · libregistry