| 1 | import {expect} from 'test'; |
| 2 | import {randomString, symEncrypt, getSecureRandom} from 'modules/crypto'; |
| 3 | import {createMessage} from 'openpgp'; |
| 4 | import {readToEnd} from '@openpgp/web-stream-tools'; |
nothing calls this directly
no test coverage detected