|
|
|||
File indexing completed on 2026-01-07 10:14:50
0001 //======================================================================== 0002 // 0003 // HashAlgorithm.h 0004 // 0005 // This file is licensed under the GPLv2 or later 0006 // 0007 // Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <sune@vuorela.dk> 0008 //======================================================================== 0009 0010 #ifndef HASH_ALGORITHM_H 0011 #define HASH_ALGORITHM_H 0012 0013 enum class HashAlgorithm 0014 { 0015 Unknown, 0016 Md2, 0017 Md5, 0018 Sha1, 0019 Sha256, 0020 Sha384, 0021 Sha512, 0022 Sha224, 0023 }; 0024 0025 #endif // HASH_ALGORITHM_H
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|