Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ processInt
Method
processInt
src/auth/SecureRemotePassword/srp.h:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void processInt(const Firebird::BigInteger& data)
66
{
67
Firebird::UCharBuffer bytes;
68
data.getBytes(bytes);
69
SHA::process(bytes);
70
}
71
72
void processStrippedInt(const Firebird::BigInteger& data)
73
{
Callers
3
RemoteGroup
Method · 0.80
clientProof
Method · 0.80
makeProof
Method · 0.80
Calls
1
getBytes
Method · 0.45
Tested by
no test coverage detected