sha: remove 64 byte alignment on input & split up SHA_Finalize and SHA_Calculate #103
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: ubuntu-latest | |
runs-on: ubuntu-latest | |
container: devkitpro/devkitppc:latest | |
steps: | |
- uses: actions/checkout@v3.5.2 | |
- name: Build | |
run: | | |
make -j2 | |