mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
module.exports = () => describe('Hash', function () {
|
|
require('./md5.js')();
|
|
require('./ripemd.js')();
|
|
require('./sha.js')();
|
|
});
|