1#
2# Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
3#
4# Licensed under the Apache License 2.0 (the "License").  You may not use
5# this file except in compliance with the License.  You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
9Title = MDC2 test vectors
10
11Availablein = legacy
12Digest = MDC2
13Input = "Now is the time for all "
14Output = 42e50cd224baceba760bdd2bd409281a
15
16Availablein = legacy
17Digest = MDC2
18Padding = 1
19Input = "Now is the time for all "
20Output = 42e50cd224baceba760bdd2bd409281a
21
22Availablein = legacy
23Digest = MDC2
24Padding = 2
25Input = "Now is the time for all "
26Output = 2e4679b5add9ca7535d87afeab33bee2
27