js-noise/.cspell.json

47 lines
816 B
JSON
Raw Normal View History

2022-11-13 13:39:26 +00:00
{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
2022-11-15 21:56:25 +00:00
"words": [
"Waku",
"keypair",
"nwaku",
2022-12-03 13:37:39 +00:00
"wakunoise",
"HMACDRBG",
"Nametag",
"ciphertext",
2022-11-15 21:56:25 +00:00
"unpad",
"blocksize",
"Nametag",
"Cipherstate",
2023-01-06 17:34:32 +00:00
"cipherstates",
2022-11-15 21:56:25 +00:00
"Nametags",
"HASHLEN",
"ciphertext",
"preshared",
2022-11-21 22:07:21 +00:00
"libp2p",
2023-03-28 13:38:46 +00:00
"Authcode",
"base64urlpad"
2022-11-15 21:56:25 +00:00
],
2022-11-13 13:39:26 +00:00
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**",
"build",
"gen",
"proto",
"*.spec.ts",
"src/resources.ts"
],
"patterns": [
{
"name": "import",
"pattern": "/import .*/"
}
],
"ignoreRegExpList": ["import"]
}