Skip to content

Commit d721265

Browse files
authored
fix: browser端,去除没有使用的 sha256.js 文件 (#780)
1 parent 544d876 commit d721265

File tree

2 files changed

+0
-81
lines changed

2 files changed

+0
-81
lines changed

shims/crypto/crypto.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

22
var Buffer = require('buffer').Buffer;
33
var sha = require('./sha');
4-
var sha256 = require('./sha256');
54
var md5 = require('./md5');
65

76
var algorithms = {
87
sha1: sha,
9-
sha256: sha256,
108
md5: md5
119
};
1210

shims/crypto/sha256.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)