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 23668ef commit e7ad16aCopy full SHA for e7ad16a
Snippets/HomomorphicEncryption/BasicsSnippet.swift
@@ -80,3 +80,5 @@ precondition(decoded == [8, 5, 12, 12, 15, 0, 8, 5])
80
// plaintext to any observer. The observed value in this case is zero.
81
try sum -= sum
82
precondition(sum.isTransparent())
83
+
84
+preconditionFailure()
0 commit comments