bsc-s2 / lua-acid

A collection of lua util functions
MIT License
18 stars 5 forks source link

lua-acid 项目中添加sm3.lua模块 #110

Closed pengsven closed 6 years ago

pengsven commented 6 years ago

lua-acid 项目中添加sm3.lua模块

function _M.new(self) -- pass end

function _M.update(self, s) -- pass end

function _M.final(self) -- pass end

function _M.reset(self) -- pass end


接口含义resty-md5:https://github.com/openresty/lua-resty-string/blob/master/lib/resty/md5.lua

引用issue: bsc-s2/s2#122
InfoHunter commented 6 years ago

What is the current status of this sm3.lua?

LvTing123 commented 6 years ago

正在进行... @InfoHunter

InfoHunter commented 6 years ago

Excellent!

On Tue, Oct 16, 2018 at 10:07 AM 吕婷 notifications@github.com wrote:

正在进行... @InfoHunter https://github.com/InfoHunter

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bsc-s2/lua-acid/issues/110#issuecomment-430075488, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwyxslqer_4cNC1wSNTN09MOnyIX_tnks5ulT9tgaJpZM4XRmKO .

-- Regards

Paul Yang