summary refs log tree commit diff stats
path: root/lib/deprecated/pure/securehash.nim
blob: ea7930f8112bb81d4bb6e86389e1a8e5362db667 (plain) (blame)
1
2
3
4
5
## This module is a deprecated alias for the `sha1` module.

{.deprecated: "use `std/sha1` instead".}

include "../std/sha1"