C# Class Chaos.NaCl.Internal.Ed25519Ref10.GroupOperations

Show file Open project: cybergibbons/bitfi_09072019 Class Usage Examples

Public Methods

Method Description
ge_madd ( Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP1P1 &r, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP3 &p, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementPreComp &q ) : void
ge_tobytes ( Array s, int offset, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP2 &h ) : void

Private Methods

Method Description
ge_add ( Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP1P1 &r, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP3 &p, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementCached &q ) : void

Method Details

ge_madd() public static method

public static ge_madd ( Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP1P1 &r, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP3 &p, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementPreComp &q ) : void
r Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP1P1
p Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP3
q Chaos.NaCl.Internal.Ed25519Ref10.GroupElementPreComp
return void

ge_tobytes() public static method

public static ge_tobytes ( Array s, int offset, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP2 &h ) : void
s Array
offset int
h Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP2
return void