Skip to content

Commit ef7d3fa

Browse files
committed
Add comment about relative paths in tutorial
1 parent 6623265 commit ef7d3fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

manual/tutorial/otp-ots.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ The `export as` line gives the two-game pair a single name — `OneTimeSecrecy`
208208
// a ciphertext indistinguishable from a uniformly random ciphertext.
209209
210210
import 'SymEnc.primitive';
211+
// Remember that import uses paths relative to the current file's location,
212+
// so you may need something like '../Schemes/SymEnc.primitive' if you
213+
// move files around to different folders on your computer.
211214
212215
Game Real(SymEnc E) {
213216
E.Ciphertext ENC(E.Message m) {

0 commit comments

Comments
 (0)