9 Jul
2023
9 Jul
'23
2:24 p.m.
ok so the idea is that if we pass secret data to f() that g() does not have access to, then f() canbe designed to be unpredictable by g() because g() lacks its input data. f() can then predict g()’s behavior and halt correctly.