aeolwyr / tergent

A cryptoki library that uses Android keystore as the backend
GNU General Public License v3.0
72 stars 7 forks source link

Add support for 32bit arches #18

Open Grimler91 opened 2 years ago

Grimler91 commented 2 years ago

Hi, this PR adds support for arm and i686.

Issue has been that c_ulong is u32 on arm and i686, and u64 on aarch64 and x86_64. By replacing some u64 types with c_ulong where applicable the issue is solved.

Also update dependencies while we are at it

aeolwyr commented 6 months ago

Hi, thank you very much for your contribution! I have not had time to work on this project in a long while, and unfortunately I still don't, so I will grant permissions and leave it up to you if you still would like to merge this or not.