C# 클래스 Chaos.NaCl.Internal.Ed25519Ref10.GroupOperations

파일 보기 프로젝트 열기: cybergibbons/bitfi_09072019 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ge_add ( Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP1P1 &r, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementP3 &p, Chaos.NaCl.Internal.Ed25519Ref10.GroupElementCached &q ) : void

메소드 상세

ge_madd() 공개 정적인 메소드

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
리턴 void

ge_tobytes() 공개 정적인 메소드

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
리턴 void