UNPKG

miyaguchipreneel

Version:

JavaScript implementation for MiyaguchiPreneel compression function

33 lines (32 loc) 822 B
{ "name": "miyaguchipreneel", "version": "1.1.4", "description": "JavaScript implementation for MiyaguchiPreneel compression function", "main": "MiyaguchiPreneel.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/rcoscali/MiyaguchiPreneel.git" }, "keywords": [ "Crypto", "MiyaguchiPreneel", "hash", "compression" ], "author": "Rémi COHEN SCALI", "license": "ISC", "bugs": { "url": "https://github.com/rcoscali/MiyaguchiPreneel/issues" }, "homepage": "https://github.com/rcoscali/MiyaguchiPreneel#readme", "dependencies": { "aes-ecb": "^1.3.15", "aes-js": "^3.1.2" }, "devDependencies": { "jest": "^29.5.0" } }