We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bcbf2 commit 516d6ddCopy full SHA for 516d6dd
examples/MD5/MD5.ino
@@ -1,5 +1,5 @@
1
/*
2
- ArduinoCrypto MD5
+ ArduinoBearSSL MD5
3
4
This sketch demonstrates how to create a MD5 hash
5
for an input string.
src/ArduinoBearSSL.h
@@ -28,6 +28,7 @@
28
#include "BearSSLClient.h"
29
#include "SHA1.h"
30
#include "SHA256.h"
31
+#include "MD5.h"
32
33
class ArduinoBearSSLClass {
34
public:
0 commit comments