perrig-song-randomart
Version:
A browser implementation of the randomart generator proposed by Perrig and Song's 1999 paper 'Hash Visualization: a New Technique to improve Real-World Security'.
19 lines • 435 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"declaration": true,
"sourceMap": true
},
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist"],
"lib": [
"ES2020",
"DOM",
"OffscreenCanvas"
]
}