node-fnr
Version:
Format-preserving encryption (FPE), small cipher (< 128 bits), for anonymization.
18 lines • 465 B
JSON
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/src/**",
"${workspaceFolder}/node_modules/node-addon-api",
"/usr/include/node",
"${env:NVM_INC}"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14"
}
],
"version": 4
}