MCPcopy 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

RemoteGroupMethod · 0.80
clientProofMethod · 0.80
makeProofMethod · 0.80

Calls 1

getBytesMethod · 0.45

Tested by

no test coverage detected