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
v0.3.1
aegis-python
/
pyaegis
T
History
Leo Vasanko
d8a9a7ee9d
Use a much faster method to wipe buffers.
2025-11-09 20:38:28 -06:00
..
__init__.py
Rename module to pyaegis, implement build with zig.
2025-11-06 10:47:54 -06:00
_loader.py
Switch from hatch to setuptools/CFFI build to produce wheels correctly.
2025-11-06 16:34:32 -06: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 09:46:21 -06: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 09:46:21 -06: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 09:46:21 -06: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 09:46:21 -06: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 09:46:21 -06:00
aegis256x4.py
Cleanup.
2025-11-09 20:00:12 -06:00
aegis_cdef.h
Combine the two generator scripts into one that also reads ALIGNMENT and RATE from C sources.
2025-11-08 13:20:15 -06:00
benchmark.py
Cleanup benchmark
2025-11-09 08:59:53 -06:00
util.py
Use a much faster method to wipe buffers.
2025-11-09 20:38:28 -06:00