mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
dependencies: vendor base58, remove shortuuid (#2739)
* vendor base58 * remove shortuuid
This commit is contained in:
parent
3dd60cedd6
commit
500405512f
13 changed files with 294 additions and 31 deletions
|
@ -4,9 +4,10 @@ import (
|
|||
"crypto/rand"
|
||||
"fmt"
|
||||
|
||||
"github.com/btcsuite/btcutil/base58"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
"golang.org/x/crypto/nacl/box"
|
||||
|
||||
"github.com/pomerium/pomerium/pkg/encoding/base58"
|
||||
)
|
||||
|
||||
// A KeyEncryptionKey (KEK) is used to implement *envelope encryption*, similar to how data is stored at rest with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue