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

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

import "../std/sha1"
export sha1