class_group 0.6.1

Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders
Documentation
1
2
3
4
5
6
7
#! /bin/sh

tmp_host=`config/arch-osname`
arch=`echo "$tmp_host" | sed -e 's/\(.*\)-.*/\1/'`
osname=`echo "$tmp_host" | sed -e 's/.*-\(.*\)/\1/'`
objdir=O$osname-$arch;
echo $objdir