Removed sha256
This commit is contained in:
parent
6c92e2fe1b
commit
abae62f30e
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
const crypto = require('crypto');
|
||||
|
||||
function sha256(input: string): string {
|
||||
return crypto
|
||||
.createHash('sha256')
|
||||
.update(input)
|
||||
.digest("hex");
|
||||
}
|
||||
|
||||
export default sha256;
|
Loading…
Reference in a new issue