Implemented the SHA256 algorithm from pseudocode from wikipedia
Used my implementation of the SHA256 algorithm as a PRG by repeatedly hashing the output: (hash(hash(hash(seed))))
and using the last bit of each hash as one bit of the output "random" bits
Exported from a markdown vault by EKB's vaultparser