public interface Scalar
| Modifier and Type | Method and Description |
|---|---|
Scalar |
add(Scalar b) |
Scalar |
addOne() |
Scalar |
copy() |
boolean |
equals(Scalar other) |
byte[] |
getBigEndian() |
byte[] |
getLittleEndian() |
Scalar |
invert() |
boolean |
isZero() |
Scalar |
mul(Scalar s) |
Scalar |
negate() |
Scalar |
reduce() |
Scalar |
sub(Scalar b) |
byte[] |
toBytes() |
com.google.protobuf.ByteString |
toProto() |
String |
toString() |
com.google.protobuf.ByteString toProto()
byte[] toBytes()
Scalar reduce()
Scalar copy()
boolean equals(Scalar other)
Scalar addOne()
byte[] getBigEndian()
byte[] getLittleEndian()
Scalar invert()
Scalar negate()
boolean isZero()
Copyright © 2019. All rights reserved.