mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
6 lines
125 B
Nim
6 lines
125 B
Nim
## This module is a deprecated alias for the `sha1` module.
|
|
|
|
{.deprecated: "use `std/sha1` instead".}
|
|
|
|
include "../std/sha1"
|