We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5b5c0 commit ad44e1eCopy full SHA for ad44e1e
enterprise/dbcrypt/cipher_test.go
@@ -127,9 +127,9 @@ func TestCiphersBackwardCompatibility(t *testing.T) {
127
128
// This is the code that was used to generate the above.
129
// Note that the output of this code will change every time it is run.
130
- //encrypted, err := cs.Encrypt([]byte(msg))
131
- //require.NoError(t, err)
132
- //t.Logf("encoded: %q", base64.StdEncoding.EncodeToString(encrypted))
+ // encrypted, err := cs.Encrypt([]byte(msg))
+ // require.NoError(t, err)
+ // t.Logf("encoded: %q", base64.StdEncoding.EncodeToString(encrypted))
133
134
cipher, err := dbcrypt.CipherAES256(key)
135
require.NoError(t, err)
0 commit comments