Registry /
crypto / nickball-go-aes-key-wrap
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.
keywrap
✓ github.com/NickBall/go-aes-key-wrap
Wrap a key using AES-KW.
package main
import (
"fmt"
"github.com/NickBall/go-aes-key-wrap"
)
func main() {
key := []byte("0123456789abcdef")
data := []byte("exampleplaintext")
wrapped, _ := keywrap.Wrap(key, data)
fmt.Printf("%x\n", wrapped)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20170929221519-1c3aa3e4dfc5latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.