GlvEndomorphism interface GlvEndomorphism : ECEndomorphism Documentation Code namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Endo { internal interface GlvEndomorphism : ECEndomorphism { BigInteger[] DecomposeScalar(BigInteger k); } }