Directories ¶
Path | Synopsis |
---|---|
Package based32 provides a simplified variant of the standard Bech32 human readable binary codec This codec simplifies the padding algorithm compared to the Bech32 standard BIP 0173 by performing all of the check validation with the decoded bits instead of separating the pads of each segment.
|
Package based32 provides a simplified variant of the standard Bech32 human readable binary codec This codec simplifies the padding algorithm compared to the Bech32 standard BIP 0173 by performing all of the check validation with the decoded bits instead of separating the pads of each segment. |
Package codecer is the interface definition for a Human Readable Binary Transcription Codec Interface definitions should be placed in separate packages to implementations so there is no risk of a circular dependency, which is not permitted in Go, because this kind of automated interpretation of programmer intent is the most expensive thing (time, processing, memory) that compilers do.
|
Package codecer is the interface definition for a Human Readable Binary Transcription Codec Interface definitions should be placed in separate packages to implementations so there is no risk of a circular dependency, which is not permitted in Go, because this kind of automated interpretation of programmer intent is the most expensive thing (time, processing, memory) that compilers do. |
Package proto is the protocol buffers specification and generated code package for based32 The extra `error.go` file provides helpers and missing elements from the generated code that make programming the protocol simpler.
|
Package proto is the protocol buffers specification and generated code package for based32 The extra `error.go` file provides helpers and missing elements from the generated code that make programming the protocol simpler. |
Click to show internal directories.
Click to hide internal directories.