We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e4583 commit 719f923Copy full SHA for 719f923
MANIFEST.in
@@ -1,8 +1,6 @@
1
# Include documentation files
2
include README.md
3
include LICENSE
4
-include CHANGELOG.md
5
-include PLANNING.md
6
include TASK.md
7
8
# Include requirements
@@ -37,5 +35,4 @@ global-exclude .DS_Store
37
35
global-exclude *.tmp
38
36
global-exclude *.temp
39
global-exclude .vscode
40
-global-exclude .cursor
41
global-exclude .idea
fastcrypt/native/hash_algorithms.cpp
@@ -15,6 +15,7 @@ extern "C" {
15
#else
16
#define EXPORT __attribute__((visibility("default")))
17
#endif
18
+}
19
20
// SHA-256 implementation (simplified for demo)
21
class SHA256 {
0 commit comments