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
A clear and concise description of what the issue is.
Expected to get a 64-bit private key, but actually got 63 bits
Steps To Reproduce
Describe the exact steps or scenario to reproduce the issue.
`
import org.web3j.crypto.Bip32ECKeyPair;
import org.web3j.crypto.Credentials;
import org.web3j.crypto.MnemonicUtils;
import java.security.SecureRandom;
public static void main(String[] args) {
SecureRandom secureRandom = new SecureRandom();
Bug_title
A clear and concise description of what the issue is.
Expected to get a 64-bit private key, but actually got 63 bits
Steps To Reproduce
Describe the exact steps or scenario to reproduce the issue.
`
import org.web3j.crypto.Bip32ECKeyPair;
import org.web3j.crypto.Credentials;
import org.web3j.crypto.MnemonicUtils;
import java.security.SecureRandom;
public static void main(String[] args) {
SecureRandom secureRandom = new SecureRandom();
Expected behavior
A clear and concise description of what you expected to happen.
Expected to get a 64-bit private key, but actually got 63 bits
Environment
Describe the environment in which the issue occurs
The text was updated successfully, but these errors were encountered: