(type, suffix)
| 15 | const fixtures = require('../common/fixtures'); |
| 16 | |
| 17 | function getKeyFileName(type, suffix) { |
| 18 | return `${type.replaceAll('-', '_')}_${suffix}.pem`; |
| 19 | } |
| 20 | |
| 21 | for (const asymmetricKeyType of [ |
| 22 | 'slh-dsa-sha2-128f', 'slh-dsa-sha2-128s', 'slh-dsa-sha2-192f', 'slh-dsa-sha2-192s', |
no outgoing calls
no test coverage detected