Skip to content

Commit 719f923

Browse files
committed
fix 2.0.4
1 parent 22e4583 commit 719f923

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Include documentation files
22
include README.md
33
include LICENSE
4-
include CHANGELOG.md
5-
include PLANNING.md
64
include TASK.md
75

86
# Include requirements
@@ -37,5 +35,4 @@ global-exclude .DS_Store
3735
global-exclude *.tmp
3836
global-exclude *.temp
3937
global-exclude .vscode
40-
global-exclude .cursor
4138
global-exclude .idea

fastcrypt/native/hash_algorithms.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extern "C" {
1515
#else
1616
#define EXPORT __attribute__((visibility("default")))
1717
#endif
18+
}
1819

1920
// SHA-256 implementation (simplified for demo)
2021
class SHA256 {

0 commit comments

Comments
 (0)