Commit 33caed4f1761bf5c1df1658c466f65d0f44d1131

Authored by Jay Berkenbilt
1 parent 80801e4c

Exclude formatting on embedded native crypto

libqpdf/MD5_native.cc
  1 +// clang-format off
  2 +
1 3 // This file implements a class for computation of MD5 checksums.
2 4 // It is derived from the reference algorithm for MD5 as given in
3 5 // RFC 1321. The original copyright notice is as follows:
... ...
libqpdf/rijndael.cc
  1 +/* clang-format off */
1 2 #define FULL_UNROLL
2 3  
3 4 #include "qpdf/rijndael.h"
... ...
libqpdf/sha2.c
  1 +/* clang-format off */
1 2 /* $Id: sha2.c 227 2010-06-16 17:28:38Z tp $ */
2 3 /*
3 4 * SHA-224 / SHA-256 implementation.
... ...
libqpdf/sha2big.c
  1 +/* clang-format off */
1 2 /* $Id: sha2big.c 216 2010-06-08 09:46:57Z tp $ */
2 3 /*
3 4 * SHA-384 / SHA-512 implementation.
... ...
libqpdf/sph/md_helper.c
  1 +/* clang-format off */
1 2 /* $Id: md_helper.c 216 2010-06-08 09:46:57Z tp $ */
2 3 /*
3 4 * This file contains some functions which implement the external data
... ...
libqpdf/sph/sph_sha2.h
  1 +/* clang-format off */
1 2 /* $Id: sph_sha2.h 216 2010-06-08 09:46:57Z tp $ */
2 3 /**
3 4 * SHA-224, SHA-256, SHA-384 and SHA-512 interface.
... ...
libqpdf/sph/sph_types.h
  1 +/* clang-format off */
1 2 /* $Id: sph_types.h 260 2011-07-21 01:02:38Z tp $ */
2 3 /**
3 4 * Basic type definitions.
... ...