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.
crypt
✓ github.com/bketelsen/crypt
Imports the crypt package (actual API may vary).
package main
import (
"fmt"
"github.com/bketelsen/crypt"
)
func main() {
// Example usage (assuming Encrypt/Decrypt functions exist)
// encrypted, _ := crypt.Encrypt([]byte("data"), []byte("key"))
// fmt.Println(encrypted)
fmt.Println("crypt package imported")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.5latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.