diff options
Diffstat (limited to 'testsuite/tests/lib-digest/md5.ml')
-rw-r--r-- | testsuite/tests/lib-digest/md5.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/lib-digest/md5.ml b/testsuite/tests/lib-digest/md5.ml index 27aebf2a38..bf7a9a60d4 100644 --- a/testsuite/tests/lib-digest/md5.ml +++ b/testsuite/tests/lib-digest/md5.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 2003 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + (* Test int32 arithmetic and optimizations using the MD5 algorithm *) open Printf |