Skip to content

Commit

Permalink
Merge pull request #328 from rand0musername/patch-1
Browse files Browse the repository at this point in the history
[Docs] Fix rotation param descriptions
  • Loading branch information
Wei Dai committed May 4, 2021
2 parents 0b058d9 + 8997eef commit 8f4a4c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions native/src/seal/evaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ namespace seal
memory pool pointed to by the given MemoryPoolHandle.
@param[in] encrypted The ciphertext to rotate
@param[in] steps The number of steps to rotate (negative left, positive right)
@param[in] steps The number of steps to rotate (positive left, negative right)
@param[in] galois_keys The Galois keys
@param[in] pool The MemoryPoolHandle pointing to a valid memory pool
@throws std::logic_error if scheme is not scheme_type::bfv
Expand Down Expand Up @@ -965,7 +965,7 @@ namespace seal
allocations in the process are allocated from the memory pool pointed to by the given MemoryPoolHandle.
@param[in] encrypted The ciphertext to rotate
@param[in] steps The number of steps to rotate (negative left, positive right)
@param[in] steps The number of steps to rotate (positive left, negative right)
@param[in] galois_keys The Galois keys
@param[out] destination The ciphertext to overwrite with the rotated result
@param[in] pool The MemoryPoolHandle pointing to a valid memory pool
Expand Down Expand Up @@ -1064,7 +1064,7 @@ namespace seal
the given MemoryPoolHandle.
@param[in] encrypted The ciphertext to rotate
@param[in] steps The number of steps to rotate (negative left, positive right)
@param[in] steps The number of steps to rotate (positive left, negative right)
@param[in] galois_keys The Galois keys
@param[in] pool The MemoryPoolHandle pointing to a valid memory pool
@throws std::logic_error if scheme is not scheme_type::ckks
Expand Down Expand Up @@ -1099,7 +1099,7 @@ namespace seal
are allocated from the memory pool pointed to by the given MemoryPoolHandle.
@param[in] encrypted The ciphertext to rotate
@param[in] steps The number of steps to rotate (negative left, positive right)
@param[in] steps The number of steps to rotate (positive left, negative right)
@param[in] galois_keys The Galois keys
@param[out] destination The ciphertext to overwrite with the rotated result
@param[in] pool The MemoryPoolHandle pointing to a valid memory pool
Expand Down

0 comments on commit 8f4a4c2

Please sign in to comment.