| 356 | }; |
| 357 | |
| 358 | class WeakHashContext final : public HashContext |
| 359 | { |
| 360 | public: |
| 361 | virtual void update(const void* data, FB_SIZE_T length); |
| 362 | virtual void finish(dsc& result); |
| 363 | |
| 364 | private: |
| 365 | SINT64 hashNumber = 0; |
| 366 | }; |
| 367 | |
| 368 | class LibTomCryptHashContext : public HashContext |
| 369 | { |