how can i generate hash value from key

HI I want to generate hash value from key (of numbers) then this key I am going to use in block transformation in image processing.pl help me for code of calculating hash from key

답변 (1개)

Walter Roberson
Walter Roberson 2013년 9월 5일

1 개 추천

function h = calculate_hash(key)
h = 0;
end
Hash keys are not necessarily unique or difficult to calculate. You have not given any reason why this would not be a suitable hash function.

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

질문:

2013년 9월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by