Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Remove threshold enum
Browse files Browse the repository at this point in the history
stuartmscott committed Mar 25, 2019
1 parent 824efbc commit 6a95575
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bc.proto
Original file line number Diff line number Diff line change
@@ -96,15 +96,6 @@ message KeyShare {
bytes password = 6;
}

enum Threshold {
NONE = 0;
LITE = 264; // 33/64
STANDARD = 272; // 17/32
PVB_HOUR = 288; // 9/16
PVB_DAY = 320; // 5/8
PVB_YEAR = 384; // 3/4
}

enum CompressionAlgorithm {
UNKNOWN_COMPRESSION = 0;
}

0 comments on commit 6a95575

Please sign in to comment.