mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-16 11:16:38 +00:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
module.exports = () => describe('Hash', function () {
|
|
require('./md5')();
|
|
require('./ripemd')();
|
|
require('./sha')();
|
|
});
|