setup-alpineWhen prompted to select the disk for installation, press Ctrl+C to cancel the guided installation process.
apk add cryptsetup e2fsprogs btrfs-progs dosfstools parted mkinitfssetup-alpineWhen prompted to select the disk for installation, press Ctrl+C to cancel the guided installation process.
apk add cryptsetup e2fsprogs btrfs-progs dosfstools parted mkinitfsBoot up your aarch64 Arch Linux. Plug in SD card adapter and ensure that disk shows up on your system.
lsblk| // blowfish.cpp C++ class implementation of the BLOWFISH encryption algorithm | |
| // _THE BLOWFISH ENCRYPTION ALGORITHM_ | |
| // by Bruce Schneier | |
| // Revised code--3/20/94 | |
| // Converted to C++ class 5/96, Jim Conger | |
| #include "blowfish.h" | |
| #include "blowfish.h2" // holds the random digit tables | |
| #define S(x,i) (SBoxes[i][x.w.byte##i]) |