Table of Contents

Interface ECLookupTable

Namespace
Org.BouncyCastle.Math.EC
Assembly
BouncyCastle.Cryptography.dll
public interface ECLookupTable

Properties

Size

int Size { get; }

Property Value

int

Methods

Lookup(int)

ECPoint Lookup(int index)

Parameters

index int

Returns

ECPoint

LookupVar(int)

ECPoint LookupVar(int index)

Parameters

index int

Returns

ECPoint