Registry / crypto / stevvooe-resumable

stevvooe-resumable

JSON →
library0.0.0-20180830230917-22b14a53ba50gogounverified

Package resumable registers resumable versions of hash functions, allowing type assertion against the resumable.Hash interface.

go get github.com/stevvooe/resumable
INSTALL
IMPORT
SIG · STEVVOOE-RESUMABLE
S
stevvooe-resumable
cryptogov0.0.0-20180830230917-22b14a53ba50
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.

resumable
github.com/stevvooe/resumable

Demonstrates type assertion for resumable hash support

package main import ( "crypto/sha256" "fmt" "github.com/stevvooe/resumable" ) func main() { h := sha256.New() if r, ok := h.(resumable.Hash); ok { r.Resume() fmt.Println("Resumable hash supported") } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180830230917-22b14a53ba50latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources