]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
lua: remove MD5 functions before someone uses them
[vlc] / share / lua / README.txt
index 76a1469d29065c6680d7043344a6968a2b0ad5bf..aae5ed0e717f6176540206064a440a6899134024 100644 (file)
@@ -133,14 +133,6 @@ input.item(): Get the current input item. Input item methods are:
     .played_abuffers
     .lost_abuffers
 
-MD5
----
-md5( str ): return the string's hash
-md5(): create an md5 object with the following methods:
-  :add( str ): add a string to the hash
-  :end_(): finish hashing
-  :hash(): return the hash
-
 Messages
 --------
 msg.dbg( [str1, [str2, [...]]] ): Output debug messages (-vv).