latest.ipv8.attestation.wallet.irmaexact.wrappers

Module Contents

Functions

serialize_proof_d(→ bytes)

Serialize a ProofD value.

unserialize_proof_d(...)

Convert bytes to a ProofD.

challenge_response(→ bytes)

Create a challenge to a given ProofD.

latest.ipv8.attestation.wallet.irmaexact.wrappers.serialize_proof_d(proof_d: latest.ipv8.attestation.wallet.irmaexact.gabi.proofs.ProofD) bytes

Serialize a ProofD value.

latest.ipv8.attestation.wallet.irmaexact.wrappers.unserialize_proof_d(s: bytes) latest.ipv8.attestation.wallet.irmaexact.gabi.proofs.ProofD

Convert bytes to a ProofD.

latest.ipv8.attestation.wallet.irmaexact.wrappers.challenge_response(my_proof_d: latest.ipv8.attestation.wallet.irmaexact.gabi.proofs.ProofD, Z: int, challenge: bytes) bytes

Create a challenge to a given ProofD.