Skip to content

Commit

Permalink
sha2: fix missing documentation on compression functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 6, 2021
1 parent c1ed4b1 commit c64b4e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sha2.yml
Expand Up @@ -70,6 +70,7 @@ jobs:
- run: cargo test --target ${{ matrix.target }} --release --no-default-features
- run: cargo test --target ${{ matrix.target }} --release
- run: cargo test --target ${{ matrix.target }} --release --features asm
- run: cargo test --target ${{ matrix.target }} --release --all-features

# macOS tests
macos:
Expand Down
1 change: 0 additions & 1 deletion sha2/Cargo.toml
Expand Up @@ -38,4 +38,3 @@ asm = ["sha2-asm", "libc"]
compress = [] # Expose compress function
force-soft = [] # Force software implementation
asm-aarch64 = ["asm"] # DEPRECATED: use `asm` instead

0 comments on commit c64b4e2

Please sign in to comment.