facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differentiate between private and non-private mode

Jasleen1 opened this issue · comments

Some applications may be amenable to a lower privacy level, such as certificate transparency. For these examples, we do not need a VRF and can thus be more efficient. We should allow both private and non-private modes for this crate. Perhaps using features.

This is completed, there is a feature vrf now which is on-by-default, but can be disabled on the akd crate with

cargo build --package akd --no-default-features

Relevant PR linked to issue