miscreant
Version:
Misuse resistant symmetric encryption library providing AES-SIV (RFC 5297), AES-PMAC-SIV, and STREAM constructions
21 lines (20 loc) • 545 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"experimentalDecorators": true,
"declaration": true,
"pretty": true,
"alwaysStrict": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"newLine": "LF"
}
}