mirror of
https://github.com/LanceGin/jsotp.git
synced 2026-05-24 00:00:05 +08:00
add: basic function with comments
This commit is contained in:
@@ -5,5 +5,11 @@
|
||||
*/
|
||||
|
||||
class Base32 {
|
||||
static decode() {
|
||||
console.log("static Base32.decode");
|
||||
}
|
||||
|
||||
static random_gen() {
|
||||
console.log("static Base32.random_gen");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user