refactor: Refactor gfmul function to enable use in XEX

This commit is contained in:
0xalivecow 2024-10-27 22:32:14 +01:00
parent f6fe75b987
commit 5c1c0f6c5e
No known key found for this signature in database
5 changed files with 16 additions and 9 deletions

2
kauma
View file

@ -1,4 +1,4 @@
#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd $SCRIPT_DIR
cargo run --release --locked --offline -- --verbose $@
cargo run --release --locked --offline -- $@