From e3a61d6c644dcf898c726f7c870b17bbf3fe6c59 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 12 Apr 2025 13:45:21 +0800 Subject: 添加常量 SALT 用于 “加盐” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/constants.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 core/src/constants.rs (limited to 'core/src') 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 -- cgit