mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-14 18:26:37 +00:00

- 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`.