Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Apr 18, 2024
1 parent 590a61b commit 71d879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class MessageDigest {
/**
* Updates the hash content with the given data
* @param {Uint8Array} data The Uint8Array to be hashed
*/
*/
update (data) {
if (useNodeSM3) {
this.md.update(data)
Expand Down

0 comments on commit 71d879e

Please sign in to comment.