Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
spookyHash_128
Interface
6 statements
Source File
stdlib_hash_64bit.fypp
stdlib_hash_64bit
spookyHash_128
Contents
None
interface
public module subroutine spookyHash_128(key, hash_inout)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int8),
intent(in),
target
::
key
(0:)
integer(kind=int_hash),
intent(inout)
::
hash_inout
(2)