|
1 | 1 | # This file autogenerated through https://github.com/timholy/SnoopCompile.jl. Precompile every day!
|
2 | 2 | function _precompile_()
|
3 | 3 | ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
|
4 |
| - precompile(Nettle.call, (Type{Nettle.Decryptor}, Compat.ASCIIString, Vector{UInt8},)) |
5 |
| - precompile(Nettle.call, (Type{Nettle.HMACState}, Compat.ASCIIString, Vector{UInt8},)) |
6 |
| - precompile(Nettle.call, (Type{Nettle.CipherType}, Nettle.NettleCipher,)) |
7 |
| - precompile(Nettle.call, (Type{Nettle.HashType}, Nettle.NettleHash, Ptr{Void},)) |
8 |
| - precompile(Nettle.call, (Type{Nettle.Encryptor}, Compat.ASCIIString, Vector{UInt8},)) |
9 |
| - precompile(Nettle.call, (Type{Nettle.Hasher}, Compat.ASCIIString,)) |
10 |
| - precompile(Nettle.call, (Type{Nettle.HMACState}, Compat.ASCIIString, Compat.ASCIIString,)) |
| 4 | + if VERSION >= v"0.6-" |
| 5 | + # call() overloading was removed in v0.6 |
| 6 | + precompile(Nettle.Decryptor, (Compat.ASCIIString, Vector{UInt8},)) |
| 7 | + precompile(Nettle.HMACState, (Compat.ASCIIString, Vector{UInt8},)) |
| 8 | + precompile(Nettle.CipherType, (Nettle.NettleCipher,)) |
| 9 | + precompile(Nettle.HashType, (Nettle.NettleHash, Ptr{Void},)) |
| 10 | + precompile(Nettle.Encryptor, (Compat.ASCIIString, Vector{UInt8},)) |
| 11 | + precompile(Nettle.Hasher, (Compat.ASCIIString,)) |
| 12 | + precompile(Nettle.HMACState, (Compat.ASCIIString, Compat.ASCIIString,)) |
| 13 | + precompile(Nettle.HashType, (Compat.ASCIIString, UInt32, UInt32, UInt32, Ptr{Void}, Ptr{Void}, Ptr{Void}, Ptr{Void},)) |
| 14 | + precompile(Nettle.CipherType, (Compat.ASCIIString, UInt32, UInt32, UInt32, Ptr{Void}, Ptr{Void}, Ptr{Void}, Ptr{Void},)) |
| 15 | + else |
| 16 | + precompile(Nettle.call, (Type{Nettle.Decryptor}, Compat.ASCIIString, Vector{UInt8},)) |
| 17 | + precompile(Nettle.call, (Type{Nettle.HMACState}, Compat.ASCIIString, Vector{UInt8},)) |
| 18 | + precompile(Nettle.call, (Type{Nettle.CipherType}, Nettle.NettleCipher,)) |
| 19 | + precompile(Nettle.call, (Type{Nettle.HashType}, Nettle.NettleHash, Ptr{Void},)) |
| 20 | + precompile(Nettle.call, (Type{Nettle.Encryptor}, Compat.ASCIIString, Vector{UInt8},)) |
| 21 | + precompile(Nettle.call, (Type{Nettle.Hasher}, Compat.ASCIIString,)) |
| 22 | + precompile(Nettle.call, (Type{Nettle.HMACState}, Compat.ASCIIString, Compat.ASCIIString,)) |
| 23 | + precompile(Nettle.call, (Type{Nettle.HashType}, Compat.ASCIIString, UInt32, UInt32, UInt32, Ptr{Void}, Ptr{Void}, Ptr{Void}, Ptr{Void},)) |
| 24 | + precompile(Nettle.call, (Type{Nettle.CipherType}, Compat.ASCIIString, UInt32, UInt32, UInt32, Ptr{Void}, Ptr{Void}, Ptr{Void}, Ptr{Void},)) |
| 25 | + end |
11 | 26 | precompile(Nettle.encrypt!, (Nettle.Encryptor, Vector{UInt8}, Vector{UInt8},))
|
12 | 27 | precompile(Nettle.decrypt!, (Nettle.Decryptor, Vector{UInt8}, Vector{UInt8},))
|
13 | 28 | precompile(Nettle.digest!, (Nettle.HMACState,))
|
14 | 29 | precompile(Nettle.get_cipher_types, ())
|
15 | 30 | precompile(Nettle.get_hash_types, ())
|
16 | 31 | precompile(Nettle.digest!, (Nettle.Hasher,))
|
17 |
| - precompile(Nettle.call, (Type{Nettle.HashType}, Compat.ASCIIString, UInt32, UInt32, UInt32, Ptr{Void}, Ptr{Void}, Ptr{Void}, Ptr{Void},)) |
18 | 32 | precompile(Nettle.get_libnettle_version, ())
|
19 |
| - precompile(Nettle.call, (Type{Nettle.CipherType}, Compat.ASCIIString, UInt32, UInt32, UInt32, Ptr{Void}, Ptr{Void}, Ptr{Void}, Ptr{Void},)) |
20 | 33 | precompile(Nettle.update!, (Nettle.HMACState, Vector{UInt8},))
|
21 | 34 | precompile(Nettle.update!, (Nettle.Hasher, Compat.ASCIIString,))
|
22 | 35 | precompile(Nettle.decrypt, (Compat.ASCIIString, Vector{UInt8}, Vector{UInt8},))
|
|
0 commit comments