1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00

Add EncryptInto/DecryptInto Unit Tests

This commit is contained in:
Nick Meves
2020-06-01 16:19:27 -07:00
parent e43c65cc76
commit 014fa682be
6 changed files with 124 additions and 77 deletions

View File

@ -104,4 +104,3 @@ func checkHmac(input, expected string) bool {
}
return false
}