Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.crypto.curve25519
- Platforms: .NET, .NET Standard 2.0, Island
Methods
ScalarBaseMult
// .NET, .NET Standard 2.0
class method ScalarBaseMult(dst: Memory<array of byte>; in: Memory<array of byte>)
// Island
class method ScalarBaseMult(dst: Memory<array of byte>; in: Memory<array of byte>)
// .NET, .NET Standard 2.0
static void ScalarBaseMult(Memory<array of byte> dst, Memory<array of byte> in)
// Island
static void ScalarBaseMult(Memory<array of byte> dst, Memory<array of byte> in)
// .NET, .NET Standard 2.0
static func ScalarBaseMult(_ dst: Memory<array of byte>, _ in: Memory<array of byte>)
// Island
static func ScalarBaseMult(_ dst: Memory<array of byte>, _ in: Memory<array of byte>)
Parameters:
- dst:
- in:
ScalarMult
// .NET, .NET Standard 2.0
class method ScalarMult(dst: Memory<array of byte>; in: Memory<array of byte>; base: Memory<array of byte>)
// Island
class method ScalarMult(dst: Memory<array of byte>; in: Memory<array of byte>; base: Memory<array of byte>)
// .NET, .NET Standard 2.0
static void ScalarMult(Memory<array of byte> dst, Memory<array of byte> in, Memory<array of byte> base)
// Island
static void ScalarMult(Memory<array of byte> dst, Memory<array of byte> in, Memory<array of byte> base)
// .NET, .NET Standard 2.0
static func ScalarMult(_ dst: Memory<array of byte>, _ in: Memory<array of byte>, _ base: Memory<array of byte>)
// Island
static func ScalarMult(_ dst: Memory<array of byte>, _ in: Memory<array of byte>, _ base: Memory<array of byte>)
Parameters:
- dst:
- in:
- base: