implement port+prefix matching

This commit is contained in:
Joe Kralicky 2024-06-20 19:28:53 -04:00
parent e18c04216e
commit a5a0cf4ba8
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79
11 changed files with 131 additions and 52 deletions

View file

@ -4,10 +4,9 @@ import (
"crypto/rand"
"fmt"
"github.com/akamensky/base58"
"golang.org/x/crypto/curve25519"
"golang.org/x/crypto/nacl/box"
"github.com/akamensky/base58"
)
// A KeyEncryptionKey (KEK) is used to implement *envelope encryption*, similar to how data is stored at rest with