Elektrine lite

← Feed

@esoterra@hachyderm.io

Post #2553664

2025-11-11 17:02 UTC

@sunfish@hachyderm.io to pick a specific use case, how about reproducible builds? you shouldn't need to do any cryptography that requires secure random numbers. e.g. you might verify signatures, but not generate keys you might need random number generators for certain algorithms though and those will need to be portably reproducible. I guess you could always embed the PRNG and seed within the component for those though.

Replies (1)