Skip to main content

hash_str_to_u64

Function hash_str_to_u64 

Source
pub fn hash_str_to_u64(s: &str) -> u64
Expand description

C++ HashStrToU64 compatibility wrapper for existing backend call sites.

Ref:

  • OM/Src/OMBase/API/OMBase_API_StrHash.cpp:52-55
  • OM/Src/OMBase/Define/OMBase_Define_Macro.h:165-175

The domain owner applies OpenD’s AP-low/BKDR-high OM hash to every non-empty backend string, including numeric strings.