CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
ec_point.h
1
2#pragma once
3
4#include <system/array.h>
5
6namespace System { namespace Security { namespace Cryptography {
7
9struct ECPoint
10{
13};
14
15}}} // namespace System::Security::Cryptography
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9
Point on an elliptic curve.
Definition: ec_point.h:10
ByteArrayPtr Y
Definition: ec_point.h:12
ByteArrayPtr X
Definition: ec_point.h:11