We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0450 commit 243d43cCopy full SHA for 243d43c
Sources/CUtil/zeroize.h
@@ -1,4 +1,4 @@
1
-// Copyright 2024 Apple Inc. and the Swift Homomorphic Encryption project authors
+// Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -17,6 +17,12 @@
17
18
#include <stddef.h>
19
20
+#ifdef __cplusplus
21
+extern "C" {
22
+#endif
23
void c_zeroize(void *s, size_t n);
24
25
+}
26
27
28
#endif /* ZEROIZE_H */
0 commit comments