Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jplomas/esm-cjs-dilithium5-test
https://github.com/jplomas/esm-cjs-dilithium5-test
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jplomas/esm-cjs-dilithium5-test
- Owner: jplomas
- Created: 2024-01-18T19:39:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T19:42:02.000Z (10 months ago)
- Last Synced: 2024-04-14T12:52:27.169Z (7 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esm-cjs-dilithium5-test
Some intergration tests / examples for [@theqrl/dilithium5](https://www.npmjs.com/package/@theqrl/dilithium5).
Web usage (`web-esm-test` example vue project) needs polyfills for global modules `crypto` & `buffer`. In the demo this is achieved with the npm package `buffer` and the following portion of the `vite.config.js` file:
```javascript
global: {},
```