mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
* remove pre-1.0 stdlib deprecations notable exceptions: * ze, toU8 etc in system/arithmetics * potentially callsite * undo macros, ospaths, securehash, oswalkdir * add sets back * add back future, document deprecated versions * add to changelog [skip ci]
7 lines
161 B
Nim
7 lines
161 B
Nim
## 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
|