Files @ e1ac6a6fd451
Branch filter:

Location: CryptoJS/crypto.html

Laman
blake objectified, utility functions refactored out
<!DOCTYPE html>
<html>
<head>
	<script type="text/javascript" src="util.js"></script>
	<script type="text/javascript" src="blake.js"></script>
</head>
<body>
	<script type="text/javascript">
		console.log(str2utf8("abc"));
	</script>
</body>
</html>