rafat/wavelet1d

hashing DWT vectors

Opened this issue · 1 comments

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

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