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
df1acadb1f9383f75a08c752fa78d61e61020636
aegis-python
/
pyaegis
T
History
LeoVasanko
cb0f9956c3
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
..
__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
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
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
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