File: __init__.py

package info (click to toggle)
libdecaf 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,268 kB
  • sloc: ansic: 8,294; cpp: 2,606; python: 421; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python

'''This is a wrapper around the Goldilocks libdecaf library.

Currently only the ed448 code is wrapped.  It is available in the
submodule ed448.
'''