This commit is contained in:
2025-07-06 00:09:14 -05:00
parent cb402e2bb6
commit 6e87fc9bcd
4 changed files with 12 additions and 13 deletions

View File

@@ -132,4 +132,3 @@ func DecryptAESCBC(key, ciphertext []byte) ([]byte, error) {
return plaintext[:len(plaintext)-padding], nil
}