Skip to content

Commit

Permalink
Change README headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Mar 8, 2017
1 parent b0fe47d commit 9ba88ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ this means passing data through Enchive using stdin/stdout isn't
useful. This is low priority because Microsoft's [UCRT file streams
are broken anyway][pipe] when pipes are involved.

## Format
## Encryption/decryption algorithm

The process for encrypting a file:

Expand All @@ -123,7 +123,7 @@ The process for decrypting a file:
6. Decrypt the ciphertext using ChaCha20.
7. Verify `HMAC(key, plaintext)`.

### Key derivation
## Key derivation algorithm

Enchive uses an scrypt-like algorithm for key derivation, requiring a
large buffer of random access memory. Derivation is controlled by a
Expand Down

0 comments on commit 9ba88ec

Please sign in to comment.