twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
62 stars 13 forks source link

Port ring, or some other crypto crate #158

Open gvnn3 opened 7 months ago

gvnn3 commented 7 months ago

This might be pretty hard, because we need to port it to both the kernel, and to twizzler userspace. It may be tricky, because ring uses native-compiled libraries in C and assembly internally. Also — I’m not saying that ring is the best choice for a crypto library, just that it seems like a good one.