Skip to content

Commit e45c012

Browse files
authored
Reserve field 2 instead of 3 in PirAlgorithm (#6)
1 parent deb5140 commit e45c012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple/swift_homomorphic_encryption/pir/v1/pir_algorithm.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ enum PirAlgorithm {
2525
//
2626
// <https://eprint.iacr.org/2019/1483.pdf>
2727
PIR_ALGORITHM_MUL_PIR = 1;
28-
reserved 3;
28+
reserved 2;
2929
}

0 commit comments

Comments
 (0)