~vcs-imports/strongswan/master

« back to all changes in this revision

Viewing changes to src/libstrongswan/crypto/xofs/mgf1.h

  • Committer: Tobias Brunner
  • Date: 2019-08-22 13:18:06 UTC
  • Revision ID: git-v1:b9949e98c272128aebb77387a0690f31826b7c28
Some whitespace fixes

Didn't change some of the larger testing scripts that use an inconsistent
indentation style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
        /**
40
40
         * Hash the seed before using it as a seed for MGF1
41
 
         * 
 
41
         *
42
42
         * @param yes           TRUE if seed has to be hashed first
43
43
         */
44
44
        void (*set_hash_seed)(mgf1_t *this, bool yes);