Open AlexanderSenf opened 2 years ago
That should be generated on the fly. You can encrypt the data with another (proven) algorithm. After encryption/decryption using Crypt4GH and the other algorithm, combining different implementations if you want, you should get the same data as the original input data.
Have a look at those automated tests
Add a standard set of test data (encrypted and unencrypted, with keys) to enable a new implementation to be validated.