@oqs/liboqs-js 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
- package/src/index.js +1 -1
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ kem.destroy();
|
|
|
115
115
|
```json
|
|
116
116
|
{
|
|
117
117
|
"imports": {
|
|
118
|
-
"liboqs": "npm:@oqs/liboqs-js@^0.15.
|
|
118
|
+
"liboqs": "npm:@oqs/liboqs-js@^0.15.1"
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
```
|
|
@@ -820,7 +820,7 @@ MIT License - see [LICENSE.md](LICENSE.md) for details.
|
|
|
820
820
|
## Versioning
|
|
821
821
|
|
|
822
822
|
This library's version tracks the bundled LibOQS version:
|
|
823
|
-
- `@oqs/liboqs-js 0.15.x` includes `LibOQS 0.15.
|
|
823
|
+
- `@oqs/liboqs-js 0.15.x` includes `LibOQS 0.15.1`
|
|
824
824
|
|
|
825
825
|
## Disclaimer
|
|
826
826
|
|
package/package.json
CHANGED
package/src/index.js
CHANGED