facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce pub visibility for most variables / functions

kevinlewi opened this issue · comments

Lots of things that currently have pub visibility do not need to be publicly visible. Let's do a pass over everything that is pub and see if it can be downgraded to pub(crate) at least.