int main() {
return 0;
}
Here we go!
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" | |
Uses the Z3 constraint solver to find projective planes. | |
Usage: | |
- Create a venv. Install Z3 with Python extensions | |
- Ipython: | |
%run projective_planes.py |
#!/bin/bash | |
# onlykey-u2f-setup.sh: Helps setting up U2F for OnlyKey. | |
# Copyright (c) 2016, Jonas Wagner <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions are met: | |
# |