1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-11-13 00:34:17 +02:00
parent 7b6a8f1e26
commit c81b97188a
7 changed files with 101 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ import (
var (
sigKey = []byte("signature_hmac_secret_shared_key")
encKey = []byte("GCM_AES_256_secret_shared_key_32")
// encKey = []byte("GCM_AES_256_secret_shared_key_32")
)
type fooClaims struct {