fix:
- AES GCM protocol mismatch - better, granular error handling - UUID now uses crypto.randomUUID() - added native mlock addon to improve security - ZeroBuffer uses explicit_bzero now - fixed imports feat: - added unit tests
This commit is contained in:
parent
0b09b9a9c3
commit
c7601b2270
17 changed files with 12600 additions and 164 deletions
19
native/package.json
Normal file
19
native/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "nomyo-native",
|
||||
"version": "0.1.0",
|
||||
"description": "Native mlock/munlock/secure-zero addon for nomyo-js (optional, Node.js only)",
|
||||
"main": "index.js",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "node-gyp build",
|
||||
"rebuild": "node-gyp rebuild",
|
||||
"install": "node-gyp-build"
|
||||
},
|
||||
"gypfile": true,
|
||||
"dependencies": {
|
||||
"node-gyp-build": "^4.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-gyp": "^10.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue