I am looking to implement Time lock puzzles in a toy project I'm working on. I found this very elegant paper from Rivest et at. describing a technique for time lock puzzles. I'm wondering if the scheme is still considered secure these days.
For example:
- Is RC5 still a secure and used encryption algorithm?
- Is the assumption that performing sequential squaring is an "intrinsically sequential" operation still valid?