This website requires JavaScript.
Explore
Help
Sign In
LeoVasanko
/
aegis-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
98ee4ab7b3497786e6dd2caef4cf19af685d8547
aegis-python
/
pyaegis
T
History
LeoVasanko
c2ac2e2790
Use a much faster method to wipe buffers.
2025-11-10 08:38:28 +00:00
..
__init__.py
Rename module to pyaegis, implement build with zig.
2025-11-06 21:34:15 +00:00
_loader.py
Switch from hatch to setuptools/CFFI build to produce wheels correctly.
2025-11-07 04:34:32 +00:00
aegis128l.py
Convert all input buffers to memoryview before use and use .nbytes, because len() doesn't work correctly with some buffers. Update docs with a Numpy example.
2025-11-09 21:19:50 +00:00
aegis128x2.py
Convert all input buffers to memoryview before use and use .nbytes, because len() doesn't work correctly with some buffers. Update docs with a Numpy example.
2025-11-09 21:19:50 +00:00
aegis128x4.py
Convert all input buffers to memoryview before use and use .nbytes, because len() doesn't work correctly with some buffers. Update docs with a Numpy example.
2025-11-09 21:19:50 +00:00
aegis256.py
Convert all input buffers to memoryview before use and use .nbytes, because len() doesn't work correctly with some buffers. Update docs with a Numpy example.
2025-11-09 21:19:50 +00:00
aegis256x2.py
Convert all input buffers to memoryview before use and use .nbytes, because len() doesn't work correctly with some buffers. Update docs with a Numpy example.
2025-11-09 21:19:50 +00:00
aegis256x4.py
Cleanup.
2025-11-10 08:00:12 +00:00
aegis_cdef.h
Combine the two generator scripts into one that also reads ALIGNMENT and RATE from C sources.
2025-11-09 01:20:15 +00:00
benchmark.py
Cleanup benchmark
2025-11-09 20:59:53 +00:00
util.py
Use a much faster method to wipe buffers.
2025-11-10 08:38:28 +00:00