argonautica
argonautica copied to clipboard
Update non_blocking verifier and hasher methods
The methods hash_non_blocking
, verify_non_blocking
and hash_raw_non_blocking
still use 0.1 version of futures.rs and I was wondering if there are plans to migrate them to the 0.3 version of the Future trait so that a person can use async/.await on these methods