a602f0a779
This is a cython implementation of sha256 where we can get and set the state for resumable hashing. The rehash library uses openssl but does not support openssl 3.x and is therefore becomming more difficult to use. Change-Id: I5ece8a7532421d76f5d9507131abd5f86c806158
20 lines
709 B
Plaintext
20 lines
709 B
Plaintext
musl-dev [compile test platform:apk]
|
|
make [compile test platform:apk]
|
|
linux-headers [compile test platform:apk]
|
|
# Git only needed for temporary sha256 git repo
|
|
git
|
|
# gcc normally only needed for compile time, but temporarily runtime
|
|
# for sha256
|
|
gcc
|
|
g++ [compile test platform:apk platform:dpkg]
|
|
gcc-c++ [compile test platform:rpm]
|
|
libssl-dev [compile test platform:dpkg]
|
|
openssl-devel [compile test platform:rpm]
|
|
libressl-dev [compile test platform:apk]
|
|
libffi-dev [compile test platform:dpkg platform:apk]
|
|
libffi-devel [compile test platform:rpm]
|
|
# python3-dev normally only needed for compile time, but temporarily runtime
|
|
# for sha256
|
|
python3-dev [platform:dpkg platform:apk]
|
|
python3-devel [platform:rpm]
|