diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 13:45:21 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 13:45:21 +0800 |
| commit | e3a61d6c644dcf898c726f7c870b17bbf3fe6c59 (patch) | |
| tree | 4cf0657f60482236322a9d939e0770aed6c4f898 /core | |
| parent | fb1514340e9087c7490590381a7205e284e56c16 (diff) | |
添加常量 SALT 用于 “加盐”
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/constants.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/constants.rs b/core/src/constants.rs new file mode 100644 index 0000000..a66f79f --- /dev/null +++ b/core/src/constants.rs @@ -0,0 +1 @@ +pub const SALT : &str = ":)";
\ No newline at end of file |
