Registry / crypto / google-tink-go

google-tink-go

JSON →
library1.7.0gogounverified

A multi-language, cross-platform library for cryptographic operations, providing secure and easy-to-use APIs.

go get github.com/google/tink/go
INSTALL
IMPORT
SIG · GOOGLE-TINK-GO
G
google-tink-go
cryptogov1.7.0
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.

tink
github.com/google/tink/go

Create a new AES256-GCM key.

package main import ( "fmt" "github.com/google/tink/go/aead" ) func main() { k, _ := aead.NewAES256GCMKey() fmt.Println(k) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
google-tink-go — go get google-tink-go · libregistry