1 | | |
2 | | |
3 | | |
4 | | |
5 | | |
6 | | |
7 | | |
8 | | |
9 | | |
10 | | |
11 | | |
12 | | |
13 | | |
14 | | |
15 | | |
16 | | |
17 | | |
18 | | |
19 | | |
20 | | |
21 | | |
| #pike __REAL_VERSION__ | #pragma strict_types | | | | | | #if constant(Nettle) && constant(Nettle.SHA384) | | inherit Nettle.SHA384; | | Standards.ASN1.Types.Identifier asn1_id() | { | return Standards.PKCS.Identifiers.sha384_id; | } | | #else | constant this_program_does_not_exist=1; | #endif | | |
|