Closed claucece closed 4 years ago
I think we should just say Scalar
refers to an actual scalar element for the group. It seems the only time we need to serialize and send a scalar on the wire is for the proof, so we can have a SerializedScalar
type (similar to SerializedElement
) for that.
Similar to #139
@claucece, can we close this now that #190 is merged?
Closing as resolved. @claucece, please re-open if this still needs to be fixed!
The
Scalar
structure is first used on theData Structures
section, and not previously defined, and it is used as:Scalar blind<1..2^16-1>;
, which seems to imply this is the serialized scalar.It is later defined as:
This document uses the types Element and Scalar to denote elements of the group GG and its underlying scalar field GF(p), respectively.
, which seems to imply it is the underlying reprensentation.It is not clear what it is referred to.