(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, pubLen] of [ |
| 22 | ['ml-dsa-44', 1312], ['ml-dsa-65', 1952], ['ml-dsa-87', 2592], |
no outgoing calls
no test coverage detected