Class MontgomeryOperations
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public static class MontgomeryOperations
Methods​
scalarmult(Byte[], Int32, Byte[], Int32, Byte[], Int32)​
View Source​
Declaration
public static void scalarmult(byte[] q, int qoffset, byte[] n, int noffset, byte[] p, int poffset)
Parameters​
Type | Name |
---|---|
System.Byte[] | q |
System.Int32 | qoffset |
System.Byte[] | n |
System.Int32 | noffset |
System.Byte[] | p |
System.Int32 | poffset |