Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / html / python / ext / node55.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="ext.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="ext.html" title='Extending and Embedding the Python Interpreter' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='last' href='about.html' title='About this document...' />
10<link rel='help' href='about.html' title='About this document...' />
11<link rel="next" href="node56.html" />
12<link rel="prev" href="node54.html" />
13<link rel="parent" href="node51.html" />
14<link rel="next" href="node56.html" />
15<meta name='aesop' content='information' />
16<title>B.3.4 MD5 message digest algorithm</title>
17</head>
18<body>
19<DIV CLASS="navigation">
20<div id='top-navigation-panel' xml:id='top-navigation-panel'>
21<table align="center" width="100%" cellpadding="0" cellspacing="2">
22<tr>
23<td class='online-navigation'><a rel="prev" title="B.3.3 Floating point exception"
24 href="node54.html"><img src='../icons/previous.png'
25 border='0' height='32' alt='Previous Page' width='32' /></A></td>
26<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
27 href="node51.html"><img src='../icons/up.png'
28 border='0' height='32' alt='Up One Level' width='32' /></A></td>
29<td class='online-navigation'><a rel="next" title="B.3.5 Asynchronous socket services"
30 href="node56.html"><img src='../icons/next.png'
31 border='0' height='32' alt='Next Page' width='32' /></A></td>
32<td align="center" width="100%">Extending and Embedding the Python Interpreter</td>
33<td class='online-navigation'><a rel="contents" title="Table of Contents"
34 href="contents.html"><img src='../icons/contents.png'
35 border='0' height='32' alt='Contents' width='32' /></A></td>
36<td class='online-navigation'><img src='../icons/blank.png'
37 border='0' height='32' alt='' width='32' /></td>
38<td class='online-navigation'><img src='../icons/blank.png'
39 border='0' height='32' alt='' width='32' /></td>
40</tr></table>
41<div class='online-navigation'>
42<b class="navlabel">Previous:</b>
43<a class="sectref" rel="prev" href="node54.html">B.3.3 Floating point exception</A>
44<b class="navlabel">Up:</b>
45<a class="sectref" rel="parent" href="node51.html">B.3 Licenses and Acknowledgements</A>
46<b class="navlabel">Next:</b>
47<a class="sectref" rel="next" href="node56.html">B.3.5 Asynchronous socket services</A>
48</div>
49<hr /></div>
50</DIV>
51<!--End of Navigation Panel-->
52
53<H2><A NAME="SECTION009340000000000000000">
54B.3.4 MD5 message digest algorithm</A>
55</H2>
56
57<P>
58The source code for the <tt class="module">md5</tt> module contains the following notice:
59
60<P>
61<div class="verbatim"><pre>
62Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
63rights reserved.
64
65License to copy and use this software is granted provided that it
66is identified as the "RSA Data Security, Inc. MD5 Message-Digest
67Algorithm" in all material mentioning or referencing this software
68or this function.
69
70License is also granted to make and use derivative works provided
71that such works are identified as "derived from the RSA Data
72Security, Inc. MD5 Message-Digest Algorithm" in all material
73mentioning or referencing the derived work.
74
75RSA Data Security, Inc. makes no representations concerning either
76the merchantability of this software or the suitability of this
77software for any particular purpose. It is provided "as is"
78without express or implied warranty of any kind.
79
80These notices must be retained in any copies of any part of this
81documentation and/or software.
82</pre></div>
83
84<P>
85
86<DIV CLASS="navigation">
87<div class='online-navigation'>
88<p></p><hr />
89<table align="center" width="100%" cellpadding="0" cellspacing="2">
90<tr>
91<td class='online-navigation'><a rel="prev" title="B.3.3 Floating point exception"
92 href="node54.html"><img src='../icons/previous.png'
93 border='0' height='32' alt='Previous Page' width='32' /></A></td>
94<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
95 href="node51.html"><img src='../icons/up.png'
96 border='0' height='32' alt='Up One Level' width='32' /></A></td>
97<td class='online-navigation'><a rel="next" title="B.3.5 Asynchronous socket services"
98 href="node56.html"><img src='../icons/next.png'
99 border='0' height='32' alt='Next Page' width='32' /></A></td>
100<td align="center" width="100%">Extending and Embedding the Python Interpreter</td>
101<td class='online-navigation'><a rel="contents" title="Table of Contents"
102 href="contents.html"><img src='../icons/contents.png'
103 border='0' height='32' alt='Contents' width='32' /></A></td>
104<td class='online-navigation'><img src='../icons/blank.png'
105 border='0' height='32' alt='' width='32' /></td>
106<td class='online-navigation'><img src='../icons/blank.png'
107 border='0' height='32' alt='' width='32' /></td>
108</tr></table>
109<div class='online-navigation'>
110<b class="navlabel">Previous:</b>
111<a class="sectref" rel="prev" href="node54.html">B.3.3 Floating point exception</A>
112<b class="navlabel">Up:</b>
113<a class="sectref" rel="parent" href="node51.html">B.3 Licenses and Acknowledgements</A>
114<b class="navlabel">Next:</b>
115<a class="sectref" rel="next" href="node56.html">B.3.5 Asynchronous socket services</A>
116</div>
117</div>
118<hr />
119<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
120</DIV>
121<!--End of Navigation Panel-->
122<ADDRESS>
123See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
124</ADDRESS>
125</BODY>
126</HTML>