Skip to content

Commit

Permalink
Use newest version of Node.js native version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasFlamel1 committed Jan 25, 2023
1 parent c8724b4 commit f47ae58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nicolas Flamel
Copyright (c) 2022-2023 Nicolas Flamel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ size_t signatureSize() {
return crypto_sign_BYTES;
}


// Sign
bool sign(uint8_t *signature, const uint8_t *message, size_t messageSize, const uint8_t *secretKey, size_t secretKeySize) {

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicolasflamel/ed25519",
"version": "0.0.4",
"version": "0.0.5",
"description": "NPM package for parts of SUPERCOP's Ed25519 implementation",
"main": "./index.js",
"files": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@nicolasflamel/ed25519-wasm": "^0.0.22"
},
"optionalDependencies": {
"@nicolasflamel/ed25519-native": "^0.0.18",
"@nicolasflamel/ed25519-native": "^0.0.19",
"@nicolasflamel/ed25519-react": "^0.0.9"
}
}

0 comments on commit f47ae58

Please sign in to comment.