Results 4 comments of Wills

I also need it. The above code may solve your problem. https://github.com/auver/rxjs-hooks

One possible way is commit the cache synchronously instead of `useEffect`

私钥加密,公钥解密。这种场景应该是签名吧 ``` // Sign with the private key... var sign = new JSEncrypt(); sign.setPrivateKey($('#privkey').val()); var signature = sign.sign($('#input').val(), CryptoJS.SHA256, "sha256"); // Verify with the public key... var verify = new...

私钥加密,公钥解密,是签名啊!!!!!有这个方法的啊!!!各位大哥大姐!!!