decrypt

fun decrypt(cardIndex: Int): ByteArray

Remove my own encryption layer from the card at cardIndex and decode the original plaintext. Call once the card is CardPhase.REVEALED (all non-quorum players have stripped). Local — does not broadcast.

Throws