Update README.md
diff --git a/README.md b/README.md
index e7b19c2..d6cfa18 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,14 @@
-# Library of cryptographic functions
+# Library of cryptographic functions for Dart
 
 A set of cryptographic functions implemented in pure Dart.
 
+* MD5
+* SHA1
+* SHA265
+* Converting a list of bytes into a hex string
+* Converting a list of bytes into a base64-encoded string.
+* Converting a Base 64 encoded String into list of bytes.
+
 ## Features and bugs
 
 Please file feature requests and bugs at the [issue tracker][tracker].