This is a beta autodoc build; expect bugs and missing information.
  • std
  • crypto
  • sign
  • Ed25519
  • Curve
  • scalar
  • mulAdd
fn mulAdd(a: CompressedScalar, b: CompressedScalar, c: CompressedScalar) CompressedScalar
[src]

Return a*b+c (mod L)

Parameters

a: CompressedScalar,
b: CompressedScalar,
c: CompressedScalar,