An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.9% on proxy.golang.org
Top 1.7% dependent packages on proxy.golang.org
Top 0.8% dependent repos on proxy.golang.org
Top 4.4% forks on proxy.golang.org
Top 2.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/Logicalis/asn1

Package asn1 implements encoding and decoding of ASN.1 data structures using both Basic Encoding Rules (BER) or its subset, the Distinguished Encoding Rules (BER). This package is highly inspired by the Go standard package "encoding/asn1" while supporting additional features such as BER encoding and decoding and ASN.1 CHOICE types. By default and for convenience the package uses DER for encoding and BER for decoding. However it's possible to use a Context object to set the desired encoding and decoding rules as well other options. Restrictions: - BER allows STRING types, such as OCTET STRING and BIT STRING, to be encoded as constructed types containing inner elements that should be concatenated to form the complete string. The package does not support that, but in the future decoding of constructed strings should be included.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21logicalis/asn1
License: MIT
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: github.com/Logicalis
Dependent packages: 10
Dependent repositories: 47
Stars: 53 on GitHub
Forks: 27 on GitHub
Docker dependents: 2
Docker downloads: 22
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...