You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-32Lines changed: 45 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,9 @@ For [hashes](https://github.com/paulmillr/noble-hashes), use SHA512 or SHA3-512
252
252
253
253
The library has not been independently audited yet.
254
254
255
-
v0.6.0 (Mar 2026) has been undergone through a self-audit. All files were in scope.
255
+
- at version 0.6.1, in Apr 2026, it was audited by ourselves (self-audited)
256
+
- Scope: everything
257
+
-[Changes since audit](https://github.com/paulmillr/noble-post-quantum/compare/0.6.1..main)
256
258
257
259
If you see anything unusual: investigate and report.
258
260
@@ -287,36 +289,61 @@ which is considered a cryptographically secure PRNG.
287
289
288
290
Browsers have had weaknesses in the past - and could again - but implementing a userspace CSPRNG is even worse, as there’s no reliable userspace source of high-quality entropy.
289
291
292
+
## Contributing & testing
293
+
294
+
-`npm install && npm run build && npm test` will build the code and run tests.
295
+
-`npm run lint` / `npm run format` will run linter / fix linter issues.
296
+
-`npm run bench` will run benchmarks
297
+
-`npm run build:release` will build single file
298
+
299
+
Check out [github.com/paulmillr/guidelines](https://github.com/paulmillr/guidelines)
300
+
for general coding practices and rules.
301
+
302
+
See [paulmillr.com/noble](https://paulmillr.com/noble/)
303
+
for useful resources, articles, documentation and demos
304
+
related to the library.
305
+
290
306
## Speed
291
307
292
308
> `npm run bench`
293
309
294
-
Noble is the fastest JS implementation of post-quantum algorithms. WASM libraries can be faster.
310
+
Noble is the fastest JS implementation of post-quantum algorithms.
0 commit comments