Skip to content

Commit 7f25aa8

Browse files
authored
rm: Duplicated const alias (#111)
The same definitions can be found at the top of the file.
1 parent aa72f73 commit 7f25aa8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/types.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ Construct an empty SHA3_512 context.
209209
"""
210210
SHA3_512_CTX() = SHA3_512_CTX(zeros(UInt64, 25), 0, zeros(UInt8, blocklen(SHA3_512_CTX)), Vector{UInt64}(undef, 5), false)
211211

212-
# Nickname'd outer constructor methods for SHA2
213-
const SHA224_CTX = SHA2_224_CTX
214-
const SHA256_CTX = SHA2_256_CTX
215-
const SHA384_CTX = SHA2_384_CTX
216-
const SHA512_CTX = SHA2_512_CTX
217-
218212
# SHA1 is special; he needs extra workspace
219213
"""
220214
SHA1_CTX()

0 commit comments

Comments
 (0)