重构:core 子包合并到根包,移除 simcu::otp.core 间接层

This commit is contained in:
2026-08-21 08:45:25 +08:00
parent 014bdec72a
commit 43446d0fad
6 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package simcu::otp.core
package simcu::otp
import std.collection.*
+1 -1
View File
@@ -1,4 +1,4 @@
package simcu::otp.core
package simcu::otp
import stdx.crypto.digest.SHA1
+1 -1
View File
@@ -1,4 +1,4 @@
package simcu::otp.core
package simcu::otp
/**
* HOTPHMAC-based One-Time Password, RFC 4226)。
-3
View File
@@ -1,3 +0,0 @@
package simcu::otp
public import simcu::otp.core.*
+1 -1
View File
@@ -1,4 +1,4 @@
package simcu::otp.core
package simcu::otp
import std.random.*
import std.convert.*
+1 -1
View File
@@ -1,4 +1,4 @@
package simcu::otp.core
package simcu::otp
import std.time.*