zelzip_icebrk 1.0.3

Implementation of the different algorithms used on Nintendo consoles to generate the parental control master key.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "../../tsconfig.json",
  "files": ["../icebrk_wasm/zelzip_icebrk.d.ts"],

  "compilerOptions": {
    "allowJs": true,
    "declaration": true,
    "emitDeclarationOnly": true
  },

  "typedocOptions": {
    "entryPoints": ["../icebrk_wasm/zelzip_icebrk.d.ts"],
    "out": "../icebrk_typedoc"
  }
}