Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jplomas/esm-cjs-dilithium5-test


https://github.com/jplomas/esm-cjs-dilithium5-test

Last synced: 7 days ago
JSON representation

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: {},
```