Sha256: e405570ca1b0202ac5821e4b2cdd2cb0025d0f43d69be72b8a95236c9ff90ea1
Contents?: true
Size: 876 Bytes
Versions: 4
Compression:
Stored size: 876 Bytes
Contents
# frozen_string_literal: true # Copyright 2018 Jiang Jinyang <https://justjjy.com> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. require 'ciri/rlp/version' require_relative 'rlp/decode' require_relative 'rlp/encode' require_relative 'rlp/serializable' module Ciri module RLP class InvalidError < StandardError end extend Encode extend Decode end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
ciri-rlp-1.0.0 | lib/ciri/rlp.rb |
ciri-rlp-0.2.2 | lib/ciri/rlp.rb |
ciri-0.0.4 | ciri-rlp/lib/ciri/rlp.rb |
ciri-rlp-0.2.1 | lib/ciri/rlp.rb |