facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove calls to `unwrap()`

Jasleen1 opened this issue · comments

We need to strip the repo of any panicking calls, such as unwrap. This may also include changing return types for various messages.