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 ab47331 commit 237dbf6Copy full SHA for 237dbf6
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