sharplispers / ironclad

A cryptographic toolkit written in Common Lisp
BSD 3-Clause "New" or "Revised" License
166 stars 28 forks source link

Support DIGEST-SEQUENCE of non-simple arrays on all implementations #49

Closed fjl closed 2 years ago

fjl commented 2 years ago

This changes makes DIGEST-SEQUENCE work with non-simple vector argument on all implementations by using a temporary buffer in the slow case.

glv2 commented 2 years ago

Could you also update the documentation for digest-sequence in the README.org file?

fjl commented 2 years ago

Done

glv2 commented 2 years ago

Thanks.