exclm / wavelet1d

Automatically exported from code.google.com/p/wavelet1d
0 stars 0 forks source link

hashing DWT vectors #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi hussein

can you please tell me how to hash (sha1) DWT vectors in your code ?

Original issue reported on code.google.com by charafed...@gmail.com on 3 Apr 2014 at 11:45

GoogleCodeExporter commented 9 years ago
I have not implemented a method to compute hash vector in this package
but there are methods that you can use to create a hash vector. Since
you are looking for a sha1 hash I think you may have to use SHA1 C/C++
implementations that are readily available on the web. If you are
looking for non-cryptographic solutions then this research thesis may
be helpful.

https://circle.ubc.ca/bitstream/handle/2429/44384/ubc_2013_fall_lv_xudong.pdf?se
quence=1

Original comment by rafat....@gmail.com on 6 Apr 2014 at 10:05