script
index
/home/dani/Development/code/notabug/master/experiments/anonycoin/anonycoin/script.py

Anonycoin --- Bitcoin simulator with anonymity throught group signature
 
Copyright © 2016 Daniel Pimentel <d4n1@member.fsf.org>
 
This file is part Anonycoin.
 
Anonycoin is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.
 
Anonycoin is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Anonycoin.  If not, see <http://www.gnu.org/licenses/>.

 
Classes
       
builtins.object
Script

 
class Script(builtins.object)
    Script language Bitcoin simulator
 
  Methods defined here:
__init__(self)
Constructor.
secret_key - script secret key
public_key - script public key
hash_key - script public key hash
sign(self, message)
Signature.
message - signature message
verify(self, sign, message)
Verify signature.
sign - signature to be validated
message - signature message

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)