mirror of
https://github.com/emn178/js-sha256.git
synced 2026-08-13 04:51:56 +08:00
create project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// this also works:
|
||||
// sha256 = require('../src/sha256.js');
|
||||
|
||||
sha256 = require('../src/sha256.js').sha256;
|
||||
sha224 = require('../src/sha256.js').sha224;
|
||||
require('./debug.js');
|
||||
require('./test.js');
|
||||
Reference in New Issue
Block a user