Super Zero Protocol (SERO)
  • SERO
  • First Chapter
  • 区块链(内核)
    • common
      • address
      • addrutil
      • base58
      • bitutil
      • compiler *
      • fdlimit
      • hexutil
      • math
      • mclock
      • types
    • ethash
    • core
      • asm
      • bloombits
      • block_validator
      • blockchain
      • rawdb
      • state
      • types
      • vm
      • ChainIndexer
      • chain_makers
      • evm
      • GasPool
      • gen_genesis
      • gen_genesis_account
      • Genesis
      • HeaderChain
      • StateProcessor
      • StateTransition
      • txJournal
      • tx_list
      • tx_pool
    • params
      • bootnodes
      • config
      • denomination
      • gas_table
      • network_params
      • protocol_params
    • sero
    • zero
      • Exchange
      • light
      • localdb
      • LState
      • txs
    • consensus
      • ethash *
      • consensus
  • API、客户端、服务端
    • accounts
      • abi *
      • keystore *
      • accounts
      • hd
      • manager
      • url
    • build
      • deb
      • geropkg
      • ci
    • cmd
      • bootnode
      • gero *
      • internal/browser
      • serokey
      • utils
    • console
      • bridge
      • console *
      • prompter
    • dashboard
      • assets
      • config
      • cpu
      • dashboard
      • message
    • miner
      • agent
      • miner
      • remote_agent
      • unconfirmed
      • worker
    • node
      • api
      • config
      • default
      • node
      • service
    • rpc
      • client
      • endpoints
      • http
      • inproc
      • ipc
      • server
      • subscription
      • types
      • websocket
    • seroclient
    • serostats
  • 数学、密码学
    • crypto
      • ecies
      • secp256k1
      • sha3
      • crypto
      • signature_cgo
      • signature_nocgo
  • 网络传输
    • p2p
      • discover
      • discv5
      • enr
      • nat
      • netutil
      • protocols
      • simulations
      • dial
      • message
      • peer
      • protocol
      • rlpx
      • server
  • 数据存储
    • serodb
  • 其它
    • event
      • filter
      • event
      • feed
      • subscription
    • internal
      • build
      • cmdtest
      • debug
      • ethapi
      • guide
      • jsre
      • web3ext
    • log
    • metrics
      • exp
      • influxdb
      • librato
    • rlp
      • decode
      • encode
      • raw
      • typecache
    • trie
Powered by GitBook
On this page

Was this helpful?

  1. 数学、密码学
  2. crypto

ecies

ecies implements the Elliptic Curve Integrated Encryption Scheme.

The package is designed to be compliant with the appropriate NIST

standards, and therefore doesn't support the full SEC 1 algorithm set.

PreviouscryptoNextsecp256k1

Last updated 5 years ago

Was this helpful?