View source code
							
							
						
								Display the source code in std/digest/ripemd.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Module std.digest.ripemd
Computes RIPEMD-160 hashes of arbitrary data. RIPEMD-160 hashes are 20 byte quantities that are like a checksum or CRC, but are more robust.
| Category | Functions | 
|---|---|
| Template API | RIPEMD160 | 
| OOP API | RIPEMD160Digest | 
| Helpers | ripemd160Of | 
 This module conforms to the APIs defined in std. To understand the
 differences between the template and the OOP API, see std.
 This module publicly imports std and can be used as a stand-alone
 module.
CTFE
Digests do not work in CTFE
References
Example
//Template API
import stdExample
//OOP API
import stdFunctions
| Name | Description | 
|---|---|
| 
									ripemd160Of(data)
								 | This is a convenience alias for stdusing the
 RIPEMD160 implementation. | 
Structs
| Name | Description | 
|---|---|
| 
									RIPEMD160
								 | Template API RIPEMD160 implementation.
 See stdfor differences between template and OOP API. | 
Aliases
| Name | Type | Description | 
|---|---|---|
| RIPEMD160Digest | std | OOP API RIPEMD160 implementation.
 See stdfor differences between template and OOP API. | 
Authors
Kai Nacke 
 The algorithm was designed by Hans Dobbertin, Antoon Bosselaers, and Bart Preneel. 
 The D implementation is a direct translation of the ANSI C implementation by Antoon Bosselaers.
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.