mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Exclude formatting on embedded native crypto
This commit is contained in:
parent
80801e4c56
commit
33caed4f17
@ -1,3 +1,5 @@
|
|||||||
|
// clang-format off
|
||||||
|
|
||||||
// This file implements a class for computation of MD5 checksums.
|
// This file implements a class for computation of MD5 checksums.
|
||||||
// It is derived from the reference algorithm for MD5 as given in
|
// It is derived from the reference algorithm for MD5 as given in
|
||||||
// RFC 1321. The original copyright notice is as follows:
|
// RFC 1321. The original copyright notice is as follows:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* clang-format off */
|
||||||
#define FULL_UNROLL
|
#define FULL_UNROLL
|
||||||
|
|
||||||
#include "qpdf/rijndael.h"
|
#include "qpdf/rijndael.h"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* clang-format off */
|
||||||
/* $Id: sha2.c 227 2010-06-16 17:28:38Z tp $ */
|
/* $Id: sha2.c 227 2010-06-16 17:28:38Z tp $ */
|
||||||
/*
|
/*
|
||||||
* SHA-224 / SHA-256 implementation.
|
* SHA-224 / SHA-256 implementation.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* clang-format off */
|
||||||
/* $Id: sha2big.c 216 2010-06-08 09:46:57Z tp $ */
|
/* $Id: sha2big.c 216 2010-06-08 09:46:57Z tp $ */
|
||||||
/*
|
/*
|
||||||
* SHA-384 / SHA-512 implementation.
|
* SHA-384 / SHA-512 implementation.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* clang-format off */
|
||||||
/* $Id: md_helper.c 216 2010-06-08 09:46:57Z tp $ */
|
/* $Id: md_helper.c 216 2010-06-08 09:46:57Z tp $ */
|
||||||
/*
|
/*
|
||||||
* This file contains some functions which implement the external data
|
* This file contains some functions which implement the external data
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* clang-format off */
|
||||||
/* $Id: sph_sha2.h 216 2010-06-08 09:46:57Z tp $ */
|
/* $Id: sph_sha2.h 216 2010-06-08 09:46:57Z tp $ */
|
||||||
/**
|
/**
|
||||||
* SHA-224, SHA-256, SHA-384 and SHA-512 interface.
|
* SHA-224, SHA-256, SHA-384 and SHA-512 interface.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* clang-format off */
|
||||||
/* $Id: sph_types.h 260 2011-07-21 01:02:38Z tp $ */
|
/* $Id: sph_types.h 260 2011-07-21 01:02:38Z tp $ */
|
||||||
/**
|
/**
|
||||||
* Basic type definitions.
|
* Basic type definitions.
|
||||||
|
Loading…
Reference in New Issue
Block a user