File tree 2 files changed +3
-3
lines changed
apple/swift_homomorphic_encryption
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ message PNNSConfig {
27
27
apple.swift_homomorphic_encryption.v1.EncryptionParameters encryption_parameters = 1 ;
28
28
// Factor by which to scale floating-point entries to integers.
29
29
uint64 scaling_factor = 2 ;
30
- // Plaintext packing for the query.
31
- apple.swift_homomorphic_encryption.pnns.v1.MatrixPacking plaintext_packing = 3 ;
30
+ // Packing for the query.
31
+ apple.swift_homomorphic_encryption.pnns.v1.MatrixPacking query_packing = 3 ;
32
32
// Number of entries in each vector.
33
33
uint32 vector_dimension = 4 ;
34
34
// Metric for similarity computation.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ message BabyStepGiantStep {
29
29
// Different algorithms for packing a matrix of scalar values into plaintexts / ciphertexts.
30
30
message MatrixPacking {
31
31
// Different packing formats.
32
- oneof plaintext_packing_type {
32
+ oneof matrix_packing_type {
33
33
// Dense row packing.
34
34
MatrixPackingDenseRow dense_row = 1 ;
35
35
You can’t perform that action at this time.
0 commit comments