1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-07 20:08:17 +02:00
pomerium/pkg/cryptutil/doc.go
Caleb Doxsey fae02791f5
cryptutil: move to pkg dir, add token generator ()
* cryptutil: move to pkg dir, add token generator

* add gitignored files

* add tests
2020-06-30 15:55:33 -06:00

3 lines
158 B
Go

// Package cryptutil provides cryptographic utility functions, complementing the
// lower level abstractions found in the standard library.
package cryptutil