mirror of
https://github.com/danbulant/jose
synced 2026-05-20 04:48:52 +00:00
1 line
47 B
JavaScript
1 line
47 B
JavaScript
module.exports = alg => `sha${alg.substr(-3)}`
|