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

Afficher le fichier Open project: cybergibbons/bitfi_09072019 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void

ge_tobytes() public static méthode

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
Résultat void