Registry / crypto / talos-systems-crypto

talos-systems-crypto

JSON →
library0.6.5gogounverified

Cryptographic utilities used by Talos Linux and related projects.

go get github.com/talos-systems/crypto
INSTALL
IMPORT
SIG · TALOS-SYSTEMS-CRYP
T
talos-systems-crypto
cryptogov0.6.5
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.

crypto
github.com/talos-systems/crypto

Generate a cryptographic key using Talos crypto.

package main import ( "github.com/talos-systems/crypto" ) func main() { key, err := crypto.GenerateKey() if err != nil { panic(err) } _ = key }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
talos-systems-crypto — go get talos-systems-crypto · libregistry