daml/test-common/files/server-pem-decryption-parameters.json
mziolekda 1a3980bf89
Separate test-common from the rest of the ledger code (#16307)
* move files

* format

* wrong file

* fix conformance tests

* add readme

* fix compatibility tests

* fix haskell tests
2023-02-14 15:29:13 +00:00

6 lines
152 B
JSON

{
"algorithm": "AES/CBC/PKCS5Padding",
"key": "0034567890abcdef1234567890abcdef",
"iv": "1134567890abcdef1234567890abcdef",
"key_length" : 128
}