Skip to content

Commit

Permalink
Final overview and test before tag
Browse files Browse the repository at this point in the history
  • Loading branch information
VnUgE committed May 12, 2024
1 parent 4e3ead2 commit aa8033d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:
build-internal:
internal: true
cmds:
- cmake -S . -B{{.CMAKE_BUILD_DIR}} -DCMAKE_BUILD_TYPE={{.BUILD_CONFIG}} -DNC_BUILD_TESTS={{ .CMAKE_TEST_STATUS }} {{.USER_ARGS}}
- cmake -S . -B{{.CMAKE_BUILD_DIR}} -DCMAKE_BUILD_TYPE={{.BUILD_CONFIG}} -DNC_BUILD_TESTS={{ .CMAKE_TEST_STATUS }} {{.CLI_ARGS}}
- cmake --build {{.CMAKE_BUILD_DIR}} --config {{.BUILD_CONFIG}}
- cmd: echo "Build complete. Your files can be found in the {{.CMAKE_BUILD_DIR}} directory"
silent: true
Expand Down
1 change: 1 addition & 0 deletions include/noscrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#define NC_HMAC_KEY_SIZE 0x20
#define NC_ENCRYPTION_MAC_SIZE 0x20
#define NC_MESSAGE_KEY_SIZE NIP44_MESSAGE_KEY_SIZE
#define NC_NIP04_AES_IV_SIZE 0x10 /* AES IV size is 16 bytes (block size) */

/*
* From spec
Expand Down

0 comments on commit aa8033d

Please sign in to comment.