fork-openpgpjs/test/crypto
larabr 6cff19c44a
Use consistent name casing (#1268)
- Use PascalCase for classes, with uppercase acronyms.
- Use camelCase for function and variables. First word/acronym is always
  lowercase, otherwise acronyms are uppercase.

Also, make the packet classes' `tag` properties `static`.
2021-03-25 19:56:59 +01:00
..
cipher Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
hash Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
aes_kw.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
crypto.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
eax.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
ecdh.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
elliptic_data.js Apply eslint to test/crypto folder (#1003) 2019-11-19 14:29:32 +01:00
elliptic.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
gcm.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
index.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
ocb.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
pkcs5.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
random.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
rsa.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
validate.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00