snowv-web
Version:
A fast [SNOW-V](https://eprint.iacr.org/2018/1143.pdf) stream cipher implemented in SIMD-enabled WebAssembly, ready for modern browsers and JavaScript environments.
37 lines (36 loc) • 625 B
JSON
{
"name": "snowv-web",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/joydeep2001/snowv-web.git"
},
"description": "",
"type": "module",
"main": "dist/index.js",
"types": "src/lib/index.d.ts",
"files": [
"dist",
"src/lib/index.d.ts"
],
"scripts": {
"build": "vite build"
},
"keywords": [
"snowv",
"wasm",
"webassembly",
"crypto",
"cipher",
"stream-cipher",
"simd",
"aes",
"javascript",
"encryption"
],
"author": "Joydeep Bhattacharjee",
"license": "MIT",
"dependencies": {
"vite": "^6.3.4"
}
}