local p =
function p.main(frame) local algo = frame.args['algo'] or frame.args[1] local value = frame.args['value'] or frame.args[2] return mw.hash.hashValue(algo, value)end
function p.list return mw.dumpObject(mw.hash.listAlgorithms)end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Hash function".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.