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

include "../std/sha1"