mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 11:26:29 +02:00
* deployment: throw away golanglint-ci defaults Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
3 lines
218 B
Go
3 lines
218 B
Go
// Package cryptutil provides cryptographic utility functions, complementing the
|
|
// lower level abstractions found in the standard library.
|
|
package cryptutil // import "github.com/pomerium/pomerium/internal/cryptutil"
|