Skip to content

Commit d99812a

Browse files
committed
Adding GOSTHash to THashType.
1 parent 64241ca commit d99812a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • shared/cryptography/codeql/cryptography

shared/cryptography/codeql/cryptography/Model.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
10381038
newtype THashType =
10391039
BLAKE2B() or
10401040
BLAKE2S() or
1041+
GOSTHash() or
10411042
MD2() or
10421043
MD4() or
10431044
MD5() or

0 commit comments

Comments
 (0)