mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 06:04:37 +00:00
Move the editions into a subfolder
This commit is contained in:
43
editions/tw2/source/tiddlywiki/jquery/plugins/doc/encoding.digests.sha1.html
Executable file
43
editions/tw2/source/tiddlywiki/jquery/plugins/doc/encoding.digests.sha1.html
Executable file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>jQuery.encoding.digests.sha1</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles/main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>jQuery.encoding.digests.sha1</h1>
|
||||
<p>
|
||||
This <a href="http://jquery.com">jQuery</a> plugin implements the SHA-1 cryptographic hash function.
|
||||
</p>
|
||||
|
||||
<h2>Source</h2>
|
||||
<p>
|
||||
The source code is currently hosted in TiddlyWiki's
|
||||
<a href="http://svn.tiddlywiki.org/Trunk/core/jquery/plugins/jQuery.encoding.digests.sha1.js">Subversion repository</a>.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://groups.google.com/group/TiddlyWikiDev/">Feedback</a> is welcome.
|
||||
</p>
|
||||
|
||||
<h2>API</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><code>$.encoding.digests.hexSha1Str(str)</code>: Return, in hex, the SHA-1 hash of a string</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>$.encoding.digests.sha1Str(str)</code>: Return the SHA-1 hash of a string</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>$.encoding.digests.sha1(x,blen)</code>: Calculate the SHA-1 hash of an array of blen bytes of big-endian 32-bit words</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>(full documentation in the code comments)</p>
|
||||
|
||||
<h2>Demo</h2>
|
||||
[TBD]
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user