chore: remove obsolete format-common-impl
mention in contribution docs
Fixes: 8cfe6ec84c
("refactor: merge format-common-impl into format-common")
This commit is contained in:
parent
d2bbf3f0d6
commit
c60d787908
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ The source code is split across 12 modules and 1 subproject.
|
|||
- `crypto-common` is the foundation of our new, extensible cryptography APIs that adds the ability to introduce new cryptographic backends to APS with minimal effort.
|
||||
- `crypto-pgpainless` is the first of our new backends that utilises `crypto-common` to offer PGP cryptography through the [PGPainless](https://gh.pgpainless.org/) library.
|
||||
- `format-common` handles parsing the `pass` file format.
|
||||
- `format-common-impl` contains the tests for `format-common` and some Android-specific functionality.
|
||||
- `passgen/random` contains the default password generator.
|
||||
- `passgen/diceware` is our new password generator that implements the [Diceware](https://theworld.com/~reinhold/diceware.html) algorithm.
|
||||
- `sentry-stub` contains no-op variants of [Sentry](https://sentry.io/) APIs that we use to ensure the FOSS-only, telemetry-free variant of APS continues to compile in absence of Sentry dependencies.
|
||||
|
|
Loading…
Reference in a new issue