Skip to content

Commit

Permalink
remove one case
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed Apr 24, 2024
1 parent e8dbe16 commit 5c278d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/sm3_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ test('SM3 basic', function (t) {
'0083E628CF701EE3141E8873FE55936ADF24963F5DC9C6480566C80F8A1D8CC51B656E6372797074696F6E207374616E6461726401524C647F0C0412DEFD468BDA3AE0E5A80FCC8F5C990FEE11602929232DCD9F36'
),
hash: '73a48625d3758fa37b3eab80e9cfcaba665e3199ea15a1fa8189d96f579125e4'
},
{ // GB/T 32918.4-2016 A.3 Example 2
input: sjcl.codec.bytes.toBits(
Uint8Array.from('0083E628CF701EE3141E8873FE55936ADF24963F5DC9C6480566C80F8A1D8CC51B656E6372797074696F6E207374616E6461726401524C647F0C0412DEFD468BDA3AE0E5A80FCC8F5C990FEE11602929232DCD9F36'.match(/.{1,2}/g).map((byte) => parseInt(byte, 16)))
),
hash: '73a48625d3758fa37b3eab80e9cfcaba665e3199ea15a1fa8189d96f579125e4'
}
]

Expand Down

0 comments on commit 5c278d7

Please sign in to comment.