| 56 | { |
| 57 | public: |
| 58 | void getInt(Firebird::BigInteger& hash) |
| 59 | { |
| 60 | Firebird::UCharBuffer tmp; |
| 61 | SHA::getHash(tmp); |
| 62 | hash.assign(tmp.getCount(), tmp.begin()); |
| 63 | } |
| 64 | |
| 65 | void processInt(const Firebird::BigInteger& data) |
| 66 | { |
no test coverage detected