コード例 #1
0
 internal static extern Status ToMsgPack(
     CompactCiphertextBallotHandle handle, out IntPtr data, out UIntPtr size);
コード例 #2
0
 internal static extern Status GetObjectId(
     CompactCiphertextBallotHandle handle, out IntPtr object_id);
コード例 #3
0
 internal static extern Status FromMsgPack(
     byte *data, ulong size, out CompactCiphertextBallotHandle handle);
コード例 #4
0
 internal static extern Status Free(CompactCiphertextBallotHandle handle);