Jul 28, 2017 · 1 min read
Sure David, it is absolutely possible! At least, with BBS98.
There are single-hop and multi-hop reencryption algorithms. So, you can apply reencryption in series.
But BBS98 is special because you can actually calculate re_ab indeed.
If you don’t use “dtype=bytes” kwarg, you can simply write re_ac = re_ab * re_bc, and re_ac will work!
