ssbc / ssb-keys

keyfile operations for ssb
36 stars 26 forks source link

add tests for sign and verify when hmac_key is falsy #83

Closed staltz closed 4 years ago

staltz commented 4 years ago

Add more tests for signObj and verifyObj. To explicitly name the hmac_key argument, we can use null (some people do that), but we can also pass any falsy value.