Skip to content

Commit

Permalink
Comment on lazy decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhitington committed Apr 27, 2015
1 parent dd7a108 commit 9f3f85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ let is_delimiter = function
| _ -> false

(* Streams of binary data, byte-addressable, can either be in memory (Got) or
still in an input channel (ToGet). *)
still in an input channel (ToGet). Soon the ToGet type will be extended to allow
preprocessing for lazy decryption. *)
type toget = input * int * int

let toget i p l = (i, p, l)
Expand Down

0 comments on commit 9f3f85d

Please sign in to comment.