summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 095a9b19..7bb5bdf0 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ Shulhan <ms@kilabit.info>
A collection of tools, public APIs, and libraries written and for working with
Go programming language.
+This library is released every month, usually at the first week of month.
## Public APIs
@@ -199,6 +200,9 @@ Go programming language.
* [**time**](https://pkg.go.dev/github.com/shuLhan/share/lib/time): A library
for working with time.
+* [**totp**](https://pkg.go.dev/github.com/shuLhan/share/lib/totp): Package
+ totp implement Time-Based One-Time Password Algorithm based on RFC 6238.
+
* [**websocket**](https://pkg.go.dev/github.com/shuLhan/share/lib/websocket):
The WebSocket library for server and client. This websocket library has
been tested with autobahn testsuite with 100% success rate.