commenting out hash size for now, TODO

This commit is contained in:
REDMOND\brodes
2025-03-11 14:10:04 -04:00
parent 085e8d40fd
commit 44b1e921d6
2 changed files with 2 additions and 2 deletions

View File

@@ -77,5 +77,5 @@ class KnownOpenSSLHashConstantAlgorithmInstance extends Crypto::HashAlgorithmIns
override string getRawAlgorithmName() { result = this.(Literal).getValue().toString() }
override int getHashSize() { none() } //TODO
// override int getHashSize() { none() } //TODO
}