mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 04:16:03 +02:00
- import path comments are obsoleted by the go.mod file's module statement Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
3 lines
158 B
Go
3 lines
158 B
Go
// Package cryptutil provides cryptographic utility functions, complementing the
|
|
// lower level abstractions found in the standard library.
|
|
package cryptutil
|