Closed staltz closed 3 years ago
unbox can do unbox(cyphertext, alice.private) or unbox(cyphertext, alice), but we were only testing the former. This PR adds a test for the latter.
unbox
unbox(cyphertext, alice.private)
unbox(cyphertext, alice)
unbox
can dounbox(cyphertext, alice.private)
orunbox(cyphertext, alice)
, but we were only testing the former. This PR adds a test for the latter.