Top 4.7% dependent repos on proxy.golang.org
proxy.golang.org : github.com/nofeaturesonlybugs/z85
Package z85 provides ZeroMQ Z85 encoding. The following packages act as dependencies: This implementation is influenced in part by https://github.com/tilinna/z85 This implementation does not require the caller to allocate storage buffers before calls to Encode or Decode. This implementation provides padding facilities for inputs whose lengths are not the correct size for Z85; i.e. this package can be used to Z85 encode arbitrary length inputs. If your inputs are guaranteed to be multiples of the correct sizes, for example when dealing with cryptography keys, then use the Encode() and Decode() functions. If your inputs are not guaranteed to be multiples of the correct sizes, for example when using z85 as a substitute for base64, then use the PaddedEncode() and PaddedDecode() functions. The padding implementation is specific to this package and not a universally implemented solution. You can view the ZeroMQ Z85 spec @ https://rfc.zeromq.org/spec:32/Z85/
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/nofeaturesonlybugs/z85
Keywords:
go
, golang
, z85
License: MIT
Latest release: over 3 years ago
First release: almost 5 years ago
Namespace: github.com/nofeaturesonlybugs
Dependent packages: 3
Dependent repositories: 1
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago