public static interface Protos.ScryptParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getN()
optional int64 n = 2 [default = 16384]; |
int |
getP()
optional int32 p = 4 [default = 1]; |
int |
getR()
optional int32 r = 3 [default = 8]; |
com.google.protobuf.ByteString |
getSalt()
required bytes salt = 1; |
boolean |
hasN()
optional int64 n = 2 [default = 16384]; |
boolean |
hasP()
optional int32 p = 4 [default = 1]; |
boolean |
hasR()
optional int32 r = 3 [default = 8]; |
boolean |
hasSalt()
required bytes salt = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSalt()
required bytes salt = 1;
Salt to use in generation of the wallet password (8 bytes)
com.google.protobuf.ByteString getSalt()
required bytes salt = 1;
Salt to use in generation of the wallet password (8 bytes)
boolean hasN()
optional int64 n = 2 [default = 16384];
CPU/ memory cost parameter
long getN()
optional int64 n = 2 [default = 16384];
CPU/ memory cost parameter
boolean hasR()
optional int32 r = 3 [default = 8];
Block size parameter
int getR()
optional int32 r = 3 [default = 8];
Block size parameter
boolean hasP()
optional int32 p = 4 [default = 1];
Parallelisation parameter
int getP()
optional int32 p = 4 [default = 1];
Parallelisation parameter
Copyright © 2016. All rights reserved.