dependencies: vendor base58, remove shortuuid (#2739)

* vendor base58

* remove shortuuid
This commit is contained in:
Caleb Doxsey 2021-11-02 09:23:15 -06:00 committed by GitHub
parent 3dd60cedd6
commit 500405512f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 294 additions and 31 deletions

View file

@ -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