ssbc / ssb-keys

keyfile operations for ssb
36 stars 26 forks source link

add test for box/unbox with imprecise args #88

Closed staltz closed 3 years ago

staltz commented 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.