Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<body>
<canvas id="c" style="width:500px; height:500px; background-color: grey">
</canvas>
<script>
@hfossli
hfossli / SHA256-Bridging-Header.h
Last active July 1, 2024 02:01
AES 256 in swift 4 with CommonCrypto
#import <CommonCrypto/CommonCrypto.h>