Skip to content

Commit b698b65

Browse files
committed
Fix relative path in tutorial
1 parent 590e604 commit b698b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual/tutorial/otp-ots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Finally, add a brace to close the block:
380380
// Encryption: C = K xor M
381381
// Decryption: M = K xor C
382382
383-
import '../../Primitives/SymEnc.primitive';
383+
import 'Primitives/SymEnc.primitive';
384384
385385
Scheme OTP(Int lambda) extends SymEnc {
386386
Set Key = BitString<lambda>;

0 commit comments

Comments
 (0)