pomerium/pkg/cryptutil/doc.go
Caleb Doxsey fae02791f5
cryptutil: move to pkg dir, add token generator (#1029)
* 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