File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apple/swift_homomorphic_encryption/v1 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - id : no-commit-to-branch
2929 args : [--branch, main]
3030- repo : https://github.com/crate-ci/typos
31- rev : v1.29 .3
31+ rev : v1.30 .3
3232 hooks :
3333 - id : typos
3434- repo : https://github.com/Lucas-C/pre-commit-hooks
Original file line number Diff line number Diff line change 1- // Copyright 2024 Apple Inc. and the Swift Homomorphic Encryption project authors
1+ // Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@ message SerializedSeededCiphertext {
5252message SerializedFullCiphertext {
5353 // The polynomials in the ciphertext.
5454 bytes polys = 1 ;
55- // Serialization may exclude low bits from each polyomial 's coefficients, yielding reduced serialization size.
55+ // Serialization may exclude low bits from each polynomial 's coefficients, yielding reduced serialization size.
5656 //
5757 // The i'th entry tells how many bits to exclude from each coefficient of the i'th polynomial
5858 // This is useful when the ciphertext is immediately decrypted upon deserialization.
You can’t perform that action at this time.
0 commit comments