コード例 #1
0
 internal static extern Status EncryptAndVerify(
     EncryptionMediatorHandle handle,
     PlaintextBallot.PlaintextBallotHandle plainutext,
     out CiphertextBallot.CiphertextBallotHandle ciphertext);
コード例 #2
0
 internal static extern Status Free(EncryptionMediatorHandle handle);
コード例 #3
0
 internal static extern Status CompactEncrypt(
     EncryptionMediatorHandle handle,
     PlaintextBallot.PlaintextBallotHandle plainutext,
     out CompactCiphertextBallot.CompactCiphertextBallotHandle ciphertext);
コード例 #4
0
 internal static extern Status New(
     InternalManifest.InternalManifestHandle manifest,
     CiphertextElectionContext.CiphertextElectionContextHandle context,
     EncryptionDevice.EncryptionDeviceHandle device,
     out EncryptionMediatorHandle handle);