nf404/crypto-api

View on GitHub
example/hasher-basic.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
    Result of MD2('test message'):
    <div id="result"></div>
</body>
</html>