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 9 Title = MDC2 test vectors 10 11 Availablein = legacy 12 Digest = MDC2 13 Input = "Now is the time for all " 14 Output = 42e50cd224baceba760bdd2bd409281a 15 16 Availablein = legacy 17 Digest = MDC2 18 Padding = 1 19 Input = "Now is the time for all " 20 Output = 42e50cd224baceba760bdd2bd409281a 21 22 Availablein = legacy 23 Digest = MDC2 24 Padding = 2 25 Input = "Now is the time for all " 26 Output = 2e4679b5add9ca7535d87afeab33bee2 27