Skip to content

sha: remove 64 byte alignment on input & split up SHA_Finalize and SHA_Calculate #103

sha: remove 64 byte alignment on input & split up SHA_Finalize and SHA_Calculate

sha: remove 64 byte alignment on input & split up SHA_Finalize and SHA_Calculate #103

Workflow file for this run

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