We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f460cb commit ff60bb0Copy full SHA for ff60bb0
Sources/HomomorphicEncryption/HeScheme.swift
@@ -89,7 +89,7 @@ public struct SimdEncodingDimensions: Codable, Equatable, Hashable, Sendable {
89
///
90
/// The protocol should be implemented when adding a new HE scheme.
91
/// However, several functions have an alternative API which is more ergonomic and should be preferred.
92
-public protocol HeScheme {
+public protocol HeScheme: Sendable {
93
/// Coefficient type for each polynomial.
94
associatedtype Scalar: ScalarType
95
/// Coefficient type for signed encoding/decoding.
0 commit comments