You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sign(byte[] msg, byte[] privateKey) and verify(byte[] signature, byte[] publicKey) methods. Those will be used on signatures which have the data attached to them.
Add
sign(byte[] msg, byte[] privateKey)
andverify(byte[] signature, byte[] publicKey)
methods. Those will be used on signatures which have the data attached to them.Useful thread: http://bouncy-castle.1462172.n4.nabble.com/Add-signed-content-to-detached-signatures-td1467150.html#a3387511. However, the solution proposed here uses deprecated methods.
The text was updated successfully, but these errors were encountered: