Skip to content

Commit

Permalink
chore:rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohongxuan authored Aug 29, 2023
1 parent 9fc6d39 commit 74ca02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/encrypt.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CryptoJS from 'crypto-js'
import sign from './shangma_utils.js'

const nonce = 'yVew0P4g8Mo8wNDyATc1_c5yns1UqZuag1Rim97MP11kovoWbhaJ6nBUUGN8Ph3ha'
const nonce = 'yVew0P4g8Mo8wNDyATc1_c5yns1UqZuag1Rim97MP11kovoWbhaJ6nBUUGN8Ph3h'
const digest = CryptoJS.SHA256(nonce)
const digest_sign = sign(digest.toString())
// 7e376048b7200474
Expand Down

0 comments on commit 74ca02e

Please sign in to comment.