codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

Remove AES #58

Closed codereport closed 3 years ago

codereport commented 3 years ago

I am pretty sure the following files:

/jsrc/aes-arm.c
/jsrc/aes-arm_table.h
/jsrc/aes-c.c
/jsrc/aes-c.h
/jsrc/aes-ni.c
/jsrc/xaes.c

can be removed with a little bit of work. From what I can tell, it is support for Advanced Encryption Standard which doesn't seem essential.